Home
last modified time | relevance | path

Searched refs:MsftAdvMonitorEnable (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dmsft.h43 void MsftAdvMonitorEnable(bool enable, MsftAdvMonitorEnableCallback cb);
Dmsft.cc360 void MsftExtensionManager::MsftAdvMonitorEnable(bool enable, MsftAdvMonitorEnableCallback cb) { in MsftAdvMonitorEnable() function in bluetooth::hci::MsftExtensionManager
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc264 void BleScannerIntf::MsftAdvMonitorEnable(uint32_t call_id, bool enable) { in MsftAdvMonitorEnable() function in bluetooth::topshim::rust::BleScannerIntf
265 scanner_intf_->MsftAdvMonitorEnable( in MsftAdvMonitorEnable()
276 void BleScannerIntf::MsftAdvMonitorEnable(uint32_t, bool) {} in MsftAdvMonitorEnable() function in bluetooth::topshim::rust::BleScannerIntf
Dgatt_ble_scanner_shim.h117 void MsftAdvMonitorEnable(uint32_t call_id, bool enable);
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h185 virtual void MsftAdvMonitorEnable(bool enable,
/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h78 void MsftAdvMonitorEnable(bool enable,
Dle_scanning_manager.cc313 void BleScannerInterfaceImpl::MsftAdvMonitorEnable( in MsftAdvMonitorEnable() function in BleScannerInterfaceImpl
317 bluetooth::shim::GetMsftExtensionManager()->MsftAdvMonitorEnable( in MsftAdvMonitorEnable()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs171 fn MsftAdvMonitorEnable(self: Pin<&mut BleScannerIntf>, call_id: u32, enable: bool); in MsftAdvMonitorEnable() function
1532 mutcxxcall!(self, MsftAdvMonitorEnable, call_id, enable); in msft_adv_monitor_enable()