Searched defs:MsftAdvMonitorRemove (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ | ||
D | gatt_ble_scanner_shim.cc | 259 void BleScannerIntf::MsftAdvMonitorRemove(uint32_t call_id, uint8_t monitor_handle) { in MsftAdvMonitorRemove() function in bluetooth::topshim::rust::BleScannerIntf |
/packages/modules/Bluetooth/system/gd/hci/ | ||
D | msft.cc | 355 void MsftExtensionManager::MsftAdvMonitorRemove( in MsftAdvMonitorRemove() function in bluetooth::hci::MsftExtensionManager |
/packages/modules/Bluetooth/system/main/shim/ | ||
D | le_scanning_manager.cc | 302 void BleScannerInterfaceImpl::MsftAdvMonitorRemove( in MsftAdvMonitorRemove() function in BleScannerInterfaceImpl |
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ | ||
D | gatt.rs | 170 fn MsftAdvMonitorRemove(self: Pin<&mut BleScannerIntf>, call_id: u32, monitor_handle: u8); in MsftAdvMonitorRemove() function |