Home
last modified time | relevance | path

Searched refs:scan_type (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_bgconn.cc91 btm_cb.ble_ctr_cb.inq_var.scan_type = in btm_update_scanner_filter_policy()
92 btm_cb.ble_ctr_cb.inq_var.scan_type == BTM_BLE_SCAN_MODE_NONE in btm_update_scanner_filter_policy()
94 : btm_cb.ble_ctr_cb.inq_var.scan_type; in btm_update_scanner_filter_policy()
97 btm_cb.ble_ctr_cb.inq_var.scan_type, (uint16_t)scan_interval, in btm_update_scanner_filter_policy()
Dbtm_ble_gap.cc553 log::verbose("scan_type:{}, {}, {}", btm_cb.ble_ctr_cb.inq_var.scan_type, in BTM_BleObserve()
601 btm_cb.ble_ctr_cb.inq_var.scan_type = in BTM_BleObserve()
602 (btm_cb.ble_ctr_cb.inq_var.scan_type == BTM_BLE_SCAN_MODE_NONE) in BTM_BleObserve()
604 : btm_cb.ble_ctr_cb.inq_var.scan_type; in BTM_BleObserve()
606 btm_cb.ble_ctr_cb.inq_var.scan_type, (uint16_t)scan_interval, in BTM_BleObserve()
1531 void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btm_send_hci_set_scan_params() argument
1537 phy_cfg.scan_type = scan_type; in btm_send_hci_set_scan_params()
1549 btsnd_hcic_ble_set_scan_params(scan_type, scan_int, scan_win, addr_type_own, in btm_send_hci_set_scan_params()
1616 btm_cb.ble_ctr_cb.inq_var.scan_type = BTM_BLE_SCAN_MODE_ACTI; in btm_ble_start_inquiry()
2009 if (btm_cb.ble_ctr_cb.inq_var.scan_type == BTM_BLE_SCAN_MODE_ACTI && in btm_ble_update_inq_result()
[all …]
Dbtm_ble_int.h35 void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int,
Dbtm_ble_int_types.h88 uint8_t scan_type; /* current scan type: active or passive */ member
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_scanning_manager_facade.cc86 auto scan_type = static_cast<hci::LeScanType>(request->scan_type()); in SetScanParameters() local
89 scan_type, in SetScanParameters()
/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Dle_set_extended_scan_parameters_test.cc36 static ScanningPhyParameters MakeScanningPhyParameters(LeScanType scan_type, in MakeScanningPhyParameters() argument
40 parameters.le_scan_type_ = scan_type; in MakeScanningPhyParameters()
Dle_set_extended_scan_enable_test.cc36 static ScanningPhyParameters MakeScanningPhyParameters(LeScanType scan_type, in MakeScanningPhyParameters() argument
40 parameters.le_scan_type_ = scan_type; in MakeScanningPhyParameters()
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dle_scanning_manager_test.py145 scan_type=le_scanning_facade.LeScanType.ACTIVE,
159 scan_type=le_scanning_facade.LeScanType.ACTIVE,
187 scan_type=le_scanning_facade.LeScanType.ACTIVE,
218 scan_type=le_scanning_facade.LeScanType.PASSIVE,
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_scanning_manager_facade.proto55 LeScanType scan_type = 2; field
/packages/modules/Bluetooth/floss/pandora/floss/
Dscanner_client.py392 def make_dbus_scan_settings(self, interval, window, scan_type): argument
406 'scan_type': GLib.Variant('u', scan_type)
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.h57 LeScanType scan_type,
Dle_scanning_manager.cc668 LeScanType scan_type, in set_scan_parameters()
679 if (scan_type != LeScanType::ACTIVE && scan_type != LeScanType::PASSIVE) { in set_scan_parameters()
697 le_scan_type_ = scan_type; in set_scan_parameters()
1778 LeScanType scan_type, in SetScanParameters() argument
1786 scan_type, in SetScanParameters()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hciblecmds.h454 std::function<void(uint8_t scan_type, uint16_t scan_int, uint16_t scan_win,
459 void operator()(uint8_t scan_type, uint16_t scan_int, uint16_t scan_win, in operator()
461 body(scan_type, scan_int, scan_win, addr_type_own, scan_filter_policy); in operator()
Dmock_stack_hcic_hciblecmds.cc268 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btsnd_hcic_ble_set_scan_params() argument
273 scan_type, scan_int, scan_win, addr_type_own, scan_filter_policy); in btsnd_hcic_ble_set_scan_params()
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h291 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int,
323 uint8_t scan_type; member
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.h123 uint8_t scan_type,
Dgatt_ble_scanner_shim.cc282 uint8_t scan_type, in SetScanParameters() argument
288 scan_type, in SetScanParameters()
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc191 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btsnd_hcic_ble_set_scan_params() argument
203 UINT8_TO_STREAM(pp, scan_type); in btsnd_hcic_ble_set_scan_params()
423 UINT8_TO_STREAM(pp, phy_cfg[i].scan_type); in btsnd_hcic_ble_set_extended_scan_params()
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h190 virtual void SetScanParameters(int scanner_id, uint8_t scan_type,
/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h81 void SetScanParameters(int scanner_id, uint8_t scan_type, int scan_interval,
Dle_scanning_manager.cc353 uint8_t scan_type, in SetScanParameters() argument
362 btm_cb.ble_ctr_cb.inq_var.scan_type = BTM_BLE_SCAN_MODE_ACTI; in SetScanParameters()
369 scanner_id, static_cast<bluetooth::hci::LeScanType>(scan_type), in SetScanParameters()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1201 pub scan_type: ScanType, field
1206 let scan_type = match self.scan_type { in extract_scan_parameters() localVariable
1224 return Some((scan_type, interval, window)); in extract_scan_parameters()
1406 if ss.scan_type == ScanType::Active { in update_scan()
1418 if let Some((scan_type, scan_interval, scan_window)) = in update_scan()
1423 scan_type, in update_scan()
1955 scan_type: ScanType::Active, in start_active_scan()
2200 let scan_type = in start_scan() localVariable
2209 scan_type, in start_scan()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc1212 bluetooth::hci::LeScanType scan_type, uint16_t scan_interval, in LeSetScanParameters() argument
1255 scanner_.le_1m_phy.scan_type = scan_type; in LeSetScanParameters()
1404 .scan_type = scanning_phy_parameters[offset].le_scan_type_, in LeSetExtendedScanParameters()
1414 .scan_type = scanning_phy_parameters[offset].le_scan_type_, in LeSetExtendedScanParameters()
3099 scanner_.le_1m_phy.scan_type == bluetooth::hci::LeScanType::ACTIVE) || in ScanIncomingLeLegacyAdvertisingPdu()
3101 scanner_.le_coded_phy.scan_type == bluetooth::hci::LeScanType::ACTIVE); in ScanIncomingLeLegacyAdvertisingPdu()
3556 scanner_.le_1m_phy.scan_type == bluetooth::hci::LeScanType::ACTIVE) || in ScanIncomingLeExtendedAdvertisingPdu()
3558 scanner_.le_coded_phy.scan_type == bluetooth::hci::LeScanType::ACTIVE); in ScanIncomingLeExtendedAdvertisingPdu()
Dlink_layer_controller.h494 bluetooth::hci::LeScanType scan_type, uint16_t scan_interval,
1063 bluetooth::hci::LeScanType scan_type; member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs175 scan_type: u8, in SetScanParameters()
1538 scan_type: u8, in set_scan_parameters()
1547 scan_type, in set_scan_parameters()

12