Home
last modified time | relevance | path

Searched defs:scan_type (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Dle_set_extended_scan_parameters_test.cc36 static PhyScanParameters MakePhyScanParameters(LeScanType scan_type, in MakePhyScanParameters()
Dle_set_extended_scan_enable_test.cc36 static PhyScanParameters MakePhyScanParameters(LeScanType scan_type, in MakePhyScanParameters()
/packages/modules/Bluetooth/system/gd/neighbor/
Dpage.cc149 void neighbor::PageModule::impl::SetScanType(hci::PageScanType scan_type) { in SetScanType()
Dinquiry.cc376 void neighbor::InquiryModule::impl::SetScanType(hci::InquiryScanType scan_type) { in SetScanType()
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_scanning_manager_facade.proto55 LeScanType scan_type = 2; field
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h381 uint8_t scan_type; member
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_scanning_manager_facade.cc79 auto scan_type = static_cast<hci::LeScanType>(request->scan_type()); in SetScanParameters() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble_gap.cc219 void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btm_send_hci_set_scan_params()
Dmock_stack_hcic_hciblecmds.cc395 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btsnd_hcic_ble_set_scan_params()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.h1022 bluetooth::hci::LeScanType scan_type; member
Dlink_layer_controller.cc1159 bluetooth::hci::LeScanType scan_type, uint16_t scan_interval, in LeSetScanParameters()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_int_types.h112 uint8_t scan_type; /* current scan type: active or passive */ member
Dbtm_ble_gap.cc2029 void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btm_send_hci_set_scan_params()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc358 auto scan_type = static_cast<bluetooth::hci::LeScanType>(0x01); in SetScanParameters() local
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc240 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btsnd_hcic_ble_set_scan_params()
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc1723 ScannerId scanner_id, LeScanType scan_type, uint16_t scan_interval, uint16_t scan_window) { in SetScanParameters()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs355 scan_type: ScanType, field
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2003 jint client_if, jint scan_type) { in gattClientReadScanReportsNative()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs380 scan_type: ScanType, field
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1169 pub scan_type: ScanType, field