Searched defs:BluetoothGattDBus (Results 1 – 1 of 1) sorted by relevance
1430 pub(crate) struct BluetoothGattDBus { struct1432 pub rpc: BluetoothGattDBusRPC, argument1435 impl BluetoothGattDBus { implementation1445 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothGattDBus { in new()1456 impl IBluetoothGatt for BluetoothGattDBus { implementation