Searched defs:BluetoothGatt (Results 1 – 8 of 8) sorted by relevance
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
| D | bluetooth_gatt.rs | 1330 pub struct BluetoothGatt { struct 1331 intf: Arc<Mutex<BluetoothInterface>>, 1358 impl BluetoothGatt { argument 1360 pub fn new(intf: Arc<Mutex<BluetoothInterface>>, tx: Sender<Message>) -> BluetoothGatt { in new() 1853 impl IBluetoothGatt for BluetoothGatt { implementation 2883 impl BtifGattClientCallbacks for BluetoothGatt { implementation 3445 impl BtifGattServerCallbacks for BluetoothGatt { implementation 3915 impl BtifGattScannerInbandCallbacks for BluetoothGatt { implementation 4051 impl BtifGattScannerCallbacks for BluetoothGatt { implementation 4210 impl BtifGattAdvCallbacks for BluetoothGatt { implementation
|
| D | lib.rs | 161 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, in dispatch()
|
| D | suspend.rs | 121 gatt: Arc<Mutex<Box<BluetoothGatt>>>, in new()
|
| D | dis.rs | 38 pub fn new(bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, tx: Sender<Message>) -> Self { in new()
|
| D | battery_service.rs | 98 gatt: Arc<Mutex<Box<BluetoothGatt>>>, in new()
|
| D | bluetooth.rs | 494 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, in new()
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothGatt.java | 57 public final class BluetoothGatt implements BluetoothProfile { class 845 /* package */ BluetoothGatt(IBluetoothGatt iGatt, BluetoothDevice device, int transport, in BluetoothGatt() method in BluetoothGatt
|
| /packages/modules/Bluetooth/system/blueberry/utils/ |
| D | bt_gatt_constants.py | 306 class BluetoothGatt(enum.IntEnum): class
|