Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1463 gatt_async: Arc<tokio::sync::Mutex<GattAsyncIntf>>, field
1489 gatt_async: Arc::new(tokio::sync::Mutex::new(GattAsyncIntf { in new()
1573 let gatt_async = self.gatt_async.clone(); in init_profiles() localVariable
1576 gatt_async.lock().await.gatt = gatt; in init_profiles()
1771 let gatt_async = self.gatt_async.clone(); in add_child_monitor() localVariable
1788 let mut gatt_async = gatt_async.lock().await; in add_child_monitor() localVariable
1790 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() localVariable
1835 let mut gatt_async = gatt_async.lock().await; in remove_child_monitor() localVariable
[all …]