Home
last modified time | relevance | path

Searched defs: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
1573 let gatt_async = self.gatt_async.clone(); in init_profiles() localVariable
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
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
1851 let gatt_async = self.gatt_async.clone(); in add_monitor_and_update_scan() localVariable
1862 let mut gatt_async = gatt_async.lock().await; in add_monitor_and_update_scan() localVariable
2267 let gatt_async = self.gatt_async.clone(); in stop_scan() localVariable
2275 let mut gatt_async = gatt_async.lock().await; in stop_scan() localVariable