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.cc182 void msft_adv_monitor_remove(uint8_t monitor_handle, MsftAdvMonitorRemoveCallback cb) { in msft_adv_monitor_remove() function
341 CallOn(pimpl_.get(), &impl::msft_adv_monitor_remove, monitor_handle, cb); in MsftAdvMonitorRemove()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1624 pub fn msft_adv_monitor_remove(&mut self, monitor_handle: u8) { in msft_adv_monitor_remove() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1651 self.gatt.lock().unwrap().scanner.msft_adv_monitor_remove(monitor_handle); in msft_run_queue_and_update_scan()