Home
last modified time | relevance | path

Searched defs:BluetoothGatt (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1330 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
Dlib.rs161 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, in dispatch()
Dsuspend.rs121 gatt: Arc<Mutex<Box<BluetoothGatt>>>, in new()
Ddis.rs38 pub fn new(bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, tx: Sender<Message>) -> Self { in new()
Dbattery_service.rs98 gatt: Arc<Mutex<Box<BluetoothGatt>>>, in new()
Dbluetooth.rs494 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, in new()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java57 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/
Dbt_gatt_constants.py306 class BluetoothGatt(enum.IntEnum): class