Home
last modified time | relevance | path

Searched defs:scan_mode (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/gd/discovery/device/
Deir_test_data_packets.h29 uint8_t scan_mode; member
/packages/modules/Bluetooth/system/btcore/src/
Dproperty.cc115 bt_property_t* property_new_scan_mode(bt_scan_mode_t scan_mode) { in property_new_scan_mode()
/packages/modules/Bluetooth/system/btcore/test/
Dproperty_test.cc123 TEST_F(PropertyTest, scan_mode) { in TEST_F() argument
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_inq.cc95 void btm_log_history_scan_mode(uint8_t scan_mode) { in btm_log_history_scan_mode()
273 uint8_t scan_mode = 0; in BTM_SetDiscoverability() local
456 uint8_t scan_mode = 0; in BTM_SetConnectability() local
Dpower_mode.h199 uint32_t scan_mode; in set_le_scan_mode_to_ctrl_state() local
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc309int32_t scan_mode, uint16_t scan_interval, uint16_t scan_window, int32_t addr_type, int32_t discar… in BatchscanEnable()
323 void BleScannerIntf::BatchscanReadReports(uint8_t scanner_id, int32_t scan_mode) { in BatchscanReadReports()
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dadapter_service.rs244 let scan_mode = if req.enable_inquiry_scan { in set_discovery_mode() localVariable
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc385 void BleScannerInterfaceImpl::BatchscanEnable(int scan_mode, int scan_interval, in BatchscanEnable() argument
407 int scan_mode) { in BatchscanReadReports()
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc176 BatchScanMode scan_mode; member
1825 BatchScanMode scan_mode, in BatchScanEnable()
1842 void LeScanningManager::BatchScanReadReport(ScannerId scanner_id, BatchScanMode scan_mode) { in BatchScanReadReport()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_api_types.h392 tBTM_BLE_BATCH_SCAN_MODE scan_mode; member
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs2267 let scan_mode = match mode { in set_discoverable() localVariable
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1896 jint scan_mode, in gattClientStartBatchScanNative()