Home
last modified time | relevance | path

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

/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
276 void BleScannerIntf::MsftAdvMonitorEnable(uint32_t, bool) {} in MsftAdvMonitorEnable() function in bluetooth::topshim::rust::BleScannerIntf
/packages/modules/Bluetooth/system/gd/hci/
Dmsft.cc360 void MsftExtensionManager::MsftAdvMonitorEnable(bool enable, MsftAdvMonitorEnableCallback cb) { in MsftAdvMonitorEnable() function in bluetooth::hci::MsftExtensionManager
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc313 void BleScannerInterfaceImpl::MsftAdvMonitorEnable( in MsftAdvMonitorEnable() function in BleScannerInterfaceImpl
/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