Searched defs:filter_duplicates (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/python/bumble/apps/ |
D | scan.py | 122 filter_duplicates, argument 233 filter_duplicates, argument
|
D | auracast.py | 644 def scan(ctx, filter_duplicates, sync_timeout, transport): argument
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/ |
D | le_scanning_filter_duplicates_test.cc | 57 void StartScan(FilterDuplicates filter_duplicates) { in StartScan() 68 void StartExtendedScan(FilterDuplicates filter_duplicates, uint16_t duration = 0, in StartExtendedScan()
|
/aosp_15_r20/external/python/bumble/rust/examples/ |
D | scanner.rs | 178 filter_duplicates: bool, field
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/ |
H A D | low_energy_scanner.h | 147 bool filter_duplicates = false; member
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.h | 942 bluetooth::hci::FilterDuplicates filter_duplicates; member
|
D | link_layer_controller.cc | 1213 ErrorCode LinkLayerController::LeSetScanEnable(bool enable, bool filter_duplicates) { in LeSetScanEnable() 1368 bool enable, bluetooth::hci::FilterDuplicates filter_duplicates, uint16_t duration, in LeSetExtendedScanEnable()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hciblecmds.cc | 204 void btsnd_hcic_ble_set_extended_scan_enable(uint8_t enable, uint8_t filter_duplicates, in btsnd_hcic_ble_set_extended_scan_enable()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/ |
H A D | fake_controller.h | 137 bool filter_duplicates = false; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/hcic/ |
D | hciblecmds.cc | 420 void btsnd_hcic_ble_set_extended_scan_enable(uint8_t enable, uint8_t filter_duplicates, in btsnd_hcic_ble_set_extended_scan_enable()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_gap.cc | 1456 static void btm_send_hci_scan_enable(uint8_t enable, uint8_t filter_duplicates) { in btm_send_hci_scan_enable()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 33555 …nique_ptr<LeSetScanEnableBuilder> Create(Enable le_scan_enable, Enable filter_duplicates) {auto bu… in Create() 33574 explicit LeSetScanEnableBuilder(Enable le_scan_enable, Enable filter_duplicates) :LeScanningCommand… in Create() 37730 …_ptr<LeSetExtendedScanEnableBuilder> Create(Enable enable, FilterDuplicates filter_duplicates, uin… in Create() 37749 explicit LeSetExtendedScanEnableBuilder(Enable enable, FilterDuplicates filter_duplicates, uint16_t… in Create()
|