Searched defs:filter_duplicates (Results 1 – 6 of 6) sorted by relevance
/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()
|
/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()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hciblecmds.cc | 200 void btsnd_hcic_ble_set_extended_scan_enable(uint8_t enable, uint8_t filter_duplicates, in btsnd_hcic_ble_set_extended_scan_enable()
|
/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()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_gap.cc | 1451 static void btm_send_hci_scan_enable(uint8_t enable, uint8_t filter_duplicates) { in btm_send_hci_scan_enable()
|