Searched refs:discard_rule (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.h | 138 … scan_mode, uint16_t scan_interval, uint16_t scan_window, int32_t addr_type, int32_t discard_rule);
|
D | gatt_ble_scanner_shim.cc | 309 …scan_mode, uint16_t scan_interval, uint16_t scan_window, int32_t addr_type, int32_t discard_rule) { in BatchscanEnable() argument 315 discard_rule, in BatchscanEnable()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 202 int scan_window, int addr_type, int discard_rule,
|
/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 88 int addr_type, int discard_rule, Callback cb) override;
|
D | le_scanning_manager.cc | 388 int discard_rule, Callback cb) { in BatchscanEnable() argument 392 static_cast<bluetooth::hci::BatchScanDiscardRule>(discard_rule); in BatchscanEnable()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_api_types.h | 396 tBTM_BLE_DISCARD_RULE discard_rule; member
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 194 discard_rule: i32, in BatchscanEnable() 1577 discard_rule: i32, in batchscan_enable() 1586 discard_rule in batchscan_enable()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_manager.cc | 179 BatchScanDiscardRule discard_rule; member 1193 batch_scan_config_.discard_rule = batch_scan_discard_rule; in batch_scan_enable() 1209 batch_scan_config_.discard_rule); in batch_scan_disable()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 1899 jint addr_type, jint discard_rule) { in gattClientStartBatchScanNative() argument 1902 addr_type, discard_rule, in gattClientStartBatchScanNative()
|