Home
last modified time | relevance | path

Searched defs:MsftAdvMonitorEnable (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dmsft.cc345 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.cc270 void BleScannerIntf::MsftAdvMonitorEnable(uint32_t call_id, bool enable) { in MsftAdvMonitorEnable() function in bluetooth::topshim::rust::BleScannerIntf
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc305 void BleScannerInterfaceImpl::MsftAdvMonitorEnable( in MsftAdvMonitorEnable() function in BleScannerInterfaceImpl
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs198 fn MsftAdvMonitorEnable(self: Pin<&mut BleScannerIntf>, call_id: u32, enable: bool); in MsftAdvMonitorEnable() function