/packages/modules/Bluetooth/system/gd/neighbor/ |
D | scan.cc | 91 hci::ScanEnable scan_enable; in WriteScanEnable() local 94 scan_enable = hci::ScanEnable::INQUIRY_SCAN_ONLY; in WriteScanEnable() 96 scan_enable = hci::ScanEnable::PAGE_SCAN_ONLY; in WriteScanEnable() 98 scan_enable = hci::ScanEnable::INQUIRY_AND_PAGE_SCAN; in WriteScanEnable() 100 scan_enable = hci::ScanEnable::NO_SCANS; in WriteScanEnable() 104 …:unique_ptr<hci::WriteScanEnableBuilder> packet = hci::WriteScanEnableBuilder::Create(scan_enable); in WriteScanEnable() 114 void neighbor::ScanModule::impl::ReadScanEnable(hci::ScanEnable scan_enable) { in ReadScanEnable() argument 115 switch (scan_enable) { in ReadScanEnable()
|
/packages/modules/Bluetooth/tools/rootcanal/test/LMP/LIH/ |
D | BV_144_C.py | 33 controller.send_cmd(hci.WriteScanEnable(scan_enable=hci.ScanEnable.PAGE_SCAN_ONLY))
|
D | BV_79_C.py | 33 controller.send_cmd(hci.WriteScanEnable(scan_enable=hci.ScanEnable.PAGE_SCAN_ONLY))
|
D | BV_01_C.py | 33 controller.send_cmd(hci.WriteScanEnable(scan_enable=hci.ScanEnable.PAGE_SCAN_ONLY))
|
D | BV_143_C.py | 33 controller.send_cmd(hci.WriteScanEnable(scan_enable=hci.ScanEnable.PAGE_SCAN_ONLY))
|
/packages/modules/Bluetooth/tools/rootcanal/test/LMP/ |
D | page_collision.py | 23 controller.send_cmd(hci.WriteScanEnable(scan_enable=hci.ScanEnable.PAGE_SCAN_ONLY))
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hciblecmds.h | 442 std::function<void(uint8_t scan_enable, uint8_t duplicate)> body{ 444 void operator()(uint8_t scan_enable, uint8_t duplicate) { in operator() 445 body(scan_enable, duplicate); in operator()
|
D | mock_stack_hcic_hciblecmds.cc | 263 void btsnd_hcic_ble_set_scan_enable(uint8_t scan_enable, uint8_t duplicate) { in btsnd_hcic_ble_set_scan_enable() argument 265 test::mock::stack_hcic_hciblecmds::btsnd_hcic_ble_set_scan_enable(scan_enable, in btsnd_hcic_ble_set_scan_enable()
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/hal/ |
D | simple_hal_test.py | 64 …self.cert_hal.send_hci_command(hci.WriteScanEnable(scan_enable=hci.ScanEnable.INQUIRY_AND_PAGE_SCA…
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hciblecmds.cc | 212 void btsnd_hcic_ble_set_scan_enable(uint8_t scan_enable, uint8_t duplicate) { in btsnd_hcic_ble_set_scan_enable() argument 222 UINT8_TO_STREAM(pp, scan_enable); in btsnd_hcic_ble_set_scan_enable()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | hcimsgs.h | 295 void btsnd_hcic_ble_set_scan_enable(uint8_t scan_enable, uint8_t duplicate);
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_hci.py | 178 self.send_command(hci.WriteScanEnable(scan_enable=hci.ScanEnable.INQUIRY_AND_PAGE_SCAN))
|
D | py_hal.py | 208 self.send_hci_command(hci.WriteScanEnable(scan_enable=hci.ScanEnable.INQUIRY_AND_PAGE_SCAN))
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.cc | 1628 bluetooth::hci::ScanEnable scan_enable = in ReadScanEnable() local 1636 kNumCommandPackets, ErrorCode::SUCCESS, scan_enable)); in ReadScanEnable() 1642 bluetooth::hci::ScanEnable scan_enable = command_view.GetScanEnable(); in WriteScanEnable() local 1644 scan_enable == bluetooth::hci::ScanEnable::INQUIRY_AND_PAGE_SCAN || in WriteScanEnable() 1645 scan_enable == bluetooth::hci::ScanEnable::INQUIRY_SCAN_ONLY; in WriteScanEnable() 1647 scan_enable == bluetooth::hci::ScanEnable::INQUIRY_AND_PAGE_SCAN || in WriteScanEnable() 1648 scan_enable == bluetooth::hci::ScanEnable::PAGE_SCAN_ONLY; in WriteScanEnable() 1651 DEBUG(id_, " scan_enable={}", bluetooth::hci::ScanEnableText(scan_enable)); in WriteScanEnable()
|
D | link_layer_controller.h | 1054 bool scan_enable; member 1087 bool IsEnabled() const { return scan_enable; } in IsEnabled()
|
D | link_layer_controller.cc | 1276 scanner_.scan_enable = false; in LeSetScanEnable() 1303 scanner_.scan_enable = true; in LeSetScanEnable() 1438 scanner_.scan_enable = false; in LeSetExtendedScanEnable() 1493 scanner_.scan_enable = true; in LeSetExtendedScanEnable() 5059 scanner_.scan_enable = false; in LeScanning()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 1932 scan_enable : ScanEnable, 1936 scan_enable : ScanEnable,
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 2089 scan_enable : ScanEnable, 2093 scan_enable : ScanEnable,
|