Home
last modified time | relevance | path

Searched defs:Gatt (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1712 pub struct Gatt { struct
1713 internal: RawGattWrapper, argument
1716 pub client: GattClient, argument
1717 pub server: GattServer, argument
1728 impl Gatt { impl
1729 pub fn new(intf: &BluetoothInterface) -> Option<Gatt> { in new()
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DGatt.kt48 class Gatt(private val context: Context) : GATTImplBase(), Closeable { class
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs732 Gatt, enumerator