Home
last modified time | relevance | path

Searched refs:scan_enable (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Bluetooth/system/gd/neighbor/
Dscan.cc91 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/
DBV_144_C.py33 controller.send_cmd(hci.WriteScanEnable(scan_enable=hci.ScanEnable.PAGE_SCAN_ONLY))
DBV_79_C.py33 controller.send_cmd(hci.WriteScanEnable(scan_enable=hci.ScanEnable.PAGE_SCAN_ONLY))
DBV_01_C.py33 controller.send_cmd(hci.WriteScanEnable(scan_enable=hci.ScanEnable.PAGE_SCAN_ONLY))
DBV_143_C.py33 controller.send_cmd(hci.WriteScanEnable(scan_enable=hci.ScanEnable.PAGE_SCAN_ONLY))
/packages/modules/Bluetooth/tools/rootcanal/test/LMP/
Dpage_collision.py23 controller.send_cmd(hci.WriteScanEnable(scan_enable=hci.ScanEnable.PAGE_SCAN_ONLY))
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hciblecmds.h442 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()
Dmock_stack_hcic_hciblecmds.cc263 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/
Dsimple_hal_test.py64 …self.cert_hal.send_hci_command(hci.WriteScanEnable(scan_enable=hci.ScanEnable.INQUIRY_AND_PAGE_SCA…
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc212 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/
Dhcimsgs.h295 void btsnd_hcic_ble_set_scan_enable(uint8_t scan_enable, uint8_t duplicate);
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hci.py178 self.send_command(hci.WriteScanEnable(scan_enable=hci.ScanEnable.INQUIRY_AND_PAGE_SCAN))
Dpy_hal.py208 self.send_hci_command(hci.WriteScanEnable(scan_enable=hci.ScanEnable.INQUIRY_AND_PAGE_SCAN))
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1628 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()
Dlink_layer_controller.h1054 bool scan_enable; member
1087 bool IsEnabled() const { return scan_enable; } in IsEnabled()
Dlink_layer_controller.cc1276 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/
Dhci_packets.pdl1932 scan_enable : ScanEnable,
1936 scan_enable : ScanEnable,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl2089 scan_enable : ScanEnable,
2093 scan_enable : ScanEnable,