Home
last modified time | relevance | path

Searched refs:WriteScanEnable (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/gd/neighbor/
Dscan.cc51 void WriteScanEnable();
90 void neighbor::ScanModule::impl::WriteScanEnable() { in WriteScanEnable() function in bluetooth::neighbor::neighbor::ScanModule::impl
140 WriteScanEnable(); in SetInquiryScan()
145 WriteScanEnable(); in SetPageScan()
/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/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/tools/rootcanal/model/controller/
Ddual_mode_controller.h251 void WriteScanEnable(CommandView command);
Ddual_mode_controller.cc1639 void DualModeController::WriteScanEnable(CommandView command) { in WriteScanEnable() function in rootcanal::DualModeController
4262 {OpCode::WRITE_SCAN_ENABLE, &DualModeController::WriteScanEnable},
/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/packets/
Dhci_packets.pdl1935 packet WriteScanEnable : Command (op_code = WRITE_SCAN_ENABLE) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl2092 packet WriteScanEnable : DiscoveryCommand (op_code = WRITE_SCAN_ENABLE) {