Home
last modified time | relevance | path

Searched refs:msft_adv_monitor_remove (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dmsft.cc197 void msft_adv_monitor_remove(uint8_t monitor_handle, MsftAdvMonitorRemoveCallback cb) { in msft_adv_monitor_remove() function
357 CallOn(pimpl_.get(), &impl::msft_adv_monitor_remove, monitor_handle, cb); in MsftAdvMonitorRemove()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1356 async fn msft_adv_monitor_remove(&mut self, monitor_handle: u8) -> Result<u8, ()> { in msft_adv_monitor_remove() method
1362 gatt.lock().unwrap().scanner.msft_adv_monitor_remove(call_id, monitor_handle); in msft_adv_monitor_remove()
1825 let _res = gatt_async.msft_adv_monitor_remove(monitor_handle).await; in add_child_monitor()
1839 let _res = gatt_async.msft_adv_monitor_remove(monitor_handle).await; in remove_child_monitor()
2280 let _res = gatt_async.msft_adv_monitor_remove(handle).await; in stop_scan()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1527 pub fn msft_adv_monitor_remove(&mut self, call_id: u32, monitor_handle: u8) { in msft_adv_monitor_remove() method