Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/neighbor/
H A Dscan.cc49 void WriteScanEnable();
84 void neighbor::ScanModule::impl::WriteScanEnable() { in WriteScanEnable() function in bluetooth::neighbor::neighbor::ScanModule::impl
134 WriteScanEnable(); in SetInquiryScan()
139 WriteScanEnable(); in SetPageScan()
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.h263 void WriteScanEnable(CommandView args);
H A Ddual_mode_controller.cc197 SET_SUPPORTED(WRITE_SCAN_ENABLE, WriteScanEnable); in DualModeController()
1414 void DualModeController::WriteScanEnable(CommandView command) { in WriteScanEnable() function in test_vendor_lib::DualModeController
/aosp12/system/bt/stack/include/
H A Dhcimsgs.h168 void (*WriteScanEnable)(uint8_t flag); member
/aosp12/system/bt/stack/hcic/
H A Dhcicmds.cc1984 .WriteScanEnable = btsnd_hcic_write_scan_enable, // OCF 0x0C1A,
/aosp12/system/bt/gd/hci/
H A Dhci_packets.pdl1878 packet WriteScanEnable : DiscoveryCommand (op_code = WRITE_SCAN_ENABLE) {