Searched defs:BluetoothGatt (Results 1 – 9 of 9) sorted by relevance
61 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, in dispatch()
1440 pub struct BluetoothGatt { struct1441 intf: Arc<Mutex<BluetoothInterface>>,1467 impl BluetoothGatt { argument1469 pub fn new(intf: Arc<Mutex<BluetoothInterface>>, tx: Sender<Message>) -> BluetoothGatt { in new()2118 impl IBluetoothGatt for BluetoothGatt { implementation2994 impl BtifGattClientCallbacks for BluetoothGatt { implementation3374 impl BtifGattServerCallbacks for BluetoothGatt { implementation3824 impl BtifGattScannerInbandCallbacks for BluetoothGatt { implementation3959 impl BtifGattScannerCallbacks for BluetoothGatt { implementation4150 impl BtifGattAdvCallbacks for BluetoothGatt { implementation
215 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, in dispatch()
152 gatt: Arc<Mutex<Box<BluetoothGatt>>>, in new()
39 pub fn new(bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, tx: Sender<Message>) -> Self { in new()
100 gatt: Arc<Mutex<Box<BluetoothGatt>>>, in new()
643 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, in new()
55 public final class BluetoothGatt implements BluetoothProfile { class956 /* package */ BluetoothGatt( in BluetoothGatt() method in BluetoothGatt
306 class BluetoothGatt(enum.IntEnum): class