Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1846 pub struct Gatt { struct
1847 internal: RawGattWrapper, argument
1850 pub client: GattClient, argument
1851 pub server: GattServer, argument
1861 impl Gatt { implementation
1863 pub fn new(intf: &BluetoothInterface) -> Gatt { in new()
/packages/modules/Bluetooth/android/pandora/server/src/
DGatt.kt46 class Gatt(private val context: Context) : GATTImplBase(), Closeable { class
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs227 Gatt, enumerator
Dbluetooth_adv.rs551 gatt: Arc<Mutex<Gatt>>, in initialize()
585 gatt: Arc<Mutex<Gatt>>, in new()
1429 gatt: Arc<Mutex<Gatt>>, in new()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs900 Gatt, enumerator