Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1331 struct GattAsyncIntf { struct
1340 impl GattAsyncIntf { argument
1463 gatt_async: Arc<tokio::sync::Mutex<GattAsyncIntf>>,
1489 gatt_async: Arc::new(tokio::sync::Mutex::new(GattAsyncIntf { in new()