Searched refs:gatt_async (Results 1 – 1 of 1) sorted by relevance
1463 gatt_async: Arc<tokio::sync::Mutex<GattAsyncIntf>>, field1489 gatt_async: Arc::new(tokio::sync::Mutex::new(GattAsyncIntf { in new()1573 let gatt_async = self.gatt_async.clone(); in init_profiles() localVariable1576 gatt_async.lock().await.gatt = gatt; in init_profiles()1771 let gatt_async = self.gatt_async.clone(); in add_child_monitor() localVariable1788 let mut gatt_async = gatt_async.lock().await; in add_child_monitor() localVariable1790 let monitor_handle = match gatt_async.msft_adv_monitor_add((&scan_filter).into()).await in add_child_monitor()1825 let _res = gatt_async.msft_adv_monitor_remove(monitor_handle).await; in add_child_monitor()1832 let gatt_async = self.gatt_async.clone(); in remove_child_monitor() localVariable1835 let mut gatt_async = gatt_async.lock().await; in remove_child_monitor() localVariable[all …]