Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dmsft.cc137 void msft_adv_monitor_add(const MsftAdvMonitor& monitor, MsftAdvMonitorAddCallback cb) { in msft_adv_monitor_add() function
352 CallOn(pimpl_.get(), &impl::msft_adv_monitor_add, monitor, cb); in MsftAdvMonitorAdd()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1342 async fn msft_adv_monitor_add(&mut self, monitor: MsftAdvMonitor) -> Result<(u8, u8), ()> { in msft_adv_monitor_add() method
1348 gatt.lock().unwrap().scanner.msft_adv_monitor_add(call_id, &monitor); in msft_adv_monitor_add()
1790 let monitor_handle = match gatt_async.msft_adv_monitor_add((&scan_filter).into()).await in add_child_monitor()
1868 match gatt_async.msft_adv_monitor_add((&filter).into()).await { in add_monitor_and_update_scan()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1523 pub fn msft_adv_monitor_add(&mut self, call_id: u32, monitor: &MsftAdvMonitor) { in msft_adv_monitor_add() method