Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dmsft.cc350 void MsftExtensionManager::MsftAdvMonitorEnable(bool enable, MsftAdvMonitorEnableCallback cb) { in MsftAdvMonitorEnable() function in bluetooth::hci::MsftExtensionManager
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc242 void BleScannerIntf::MsftAdvMonitorEnable(bool enable) { in MsftAdvMonitorEnable() function in bluetooth::topshim::rust::BleScannerIntf
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc280 void BleScannerInterfaceImpl::MsftAdvMonitorEnable(bool enable, MsftAdvMonitorEnableCallback cb) { in MsftAdvMonitorEnable() function in BleScannerInterfaceImpl
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs167 fn MsftAdvMonitorEnable(self: Pin<&mut BleScannerIntf>, enable: bool); in MsftAdvMonitorEnable() function