/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_batchscan.cc | 342 void btm_ble_set_storage_config(uint8_t batch_scan_full_max, in btm_ble_set_storage_config() argument 352 UINT8_TO_STREAM(pp, batch_scan_full_max); in btm_ble_set_storage_config() 414 void BTM_BleSetStorageConfig(uint8_t batch_scan_full_max, in BTM_BleSetStorageConfig() argument 426 ble_batchscan_cb.cur_state, ref_value, batch_scan_full_max, in BTM_BleSetStorageConfig() 432 if (batch_scan_full_max > BTM_BLE_ADV_SCAN_FULL_MAX || in BTM_BleSetStorageConfig() 447 btm_ble_set_storage_config(batch_scan_full_max, batch_scan_trunc_max, in BTM_BleSetStorageConfig()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_ble_batchscan.cc | 59 void BTM_BleSetStorageConfig(uint8_t batch_scan_full_max, in BTM_BleSetStorageConfig() argument
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_ble_scanner.cc | 303 void BatchscanConfigStorage(int client_if, int batch_scan_full_max, in BatchscanConfigStorage() argument 309 base::Bind(&BTM_BleSetStorageConfig, (uint8_t)batch_scan_full_max, in BatchscanConfigStorage()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.cc | 224 int32_t batch_scan_full_max, in BatchscanConfigStorage() argument 229 batch_scan_full_max, in BatchscanConfigStorage()
|
D | gatt_ble_scanner_shim.h | 112 int32_t batch_scan_full_max,
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_manager.h | 67 uint8_t batch_scan_full_max,
|
D | le_scanning_manager.cc | 1061 uint8_t batch_scan_full_max, in batch_scan_set_storage_parameter() 1083 batch_scan_full_max, batch_scan_truncated_max, batch_scan_notify_threshold), in batch_scan_set_storage_parameter() 1703 uint8_t batch_scan_full_max, in BatchScanConifgStorage() argument 1710 batch_scan_full_max, in BatchScanConifgStorage()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 57 void BatchscanConfigStorage(int client_if, int batch_scan_full_max,
|
D | le_scanning_manager.cc | 269 int client_if, int batch_scan_full_max, int batch_scan_trunc_max, in BatchscanConfigStorage() argument 273 batch_scan_full_max, batch_scan_trunc_max, batch_scan_notify_threshold, in BatchscanConfigStorage()
|
D | btm_api.h | 1725 void BTM_BleSetStorageConfig(uint8_t batch_scan_full_max,
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 163 virtual void BatchscanConfigStorage(int client_if, int batch_scan_full_max,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_api.h | 135 uint8_t batch_scan_full_max, uint8_t batch_scan_trunc_max,
|
/packages/modules/Bluetooth/system/service/test/ |
D | low_energy_scanner_unittest.cc | 60 void(int client_if, int batch_scan_full_max,
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 163 batch_scan_full_max: i32, in BatchscanConfigStorage()
|