Searched defs:MsftAdvMonitorEnable (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ | ||
D | gatt_ble_scanner_shim.cc | 264 void BleScannerIntf::MsftAdvMonitorEnable(uint32_t call_id, bool enable) { in MsftAdvMonitorEnable() function in bluetooth::topshim::rust::BleScannerIntf |
/packages/modules/Bluetooth/system/gd/hci/ | ||
D | msft.cc | 360 void MsftExtensionManager::MsftAdvMonitorEnable(bool enable, MsftAdvMonitorEnableCallback cb) { in MsftAdvMonitorEnable() function in bluetooth::hci::MsftExtensionManager |
/packages/modules/Bluetooth/system/main/shim/ | ||
D | le_scanning_manager.cc | 313 void BleScannerInterfaceImpl::MsftAdvMonitorEnable( in MsftAdvMonitorEnable() function in BleScannerInterfaceImpl |
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ | ||
D | gatt.rs | 171 fn MsftAdvMonitorEnable(self: Pin<&mut BleScannerIntf>, call_id: u32, enable: bool); in MsftAdvMonitorEnable() function |