Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs61 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, in dispatch()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1440 pub struct BluetoothGatt { struct
1441 intf: Arc<Mutex<BluetoothInterface>>,
1467 impl BluetoothGatt { argument
1469 pub fn new(intf: Arc<Mutex<BluetoothInterface>>, tx: Sender<Message>) -> BluetoothGatt { in new()
2118 impl IBluetoothGatt for BluetoothGatt { implementation
2994 impl BtifGattClientCallbacks for BluetoothGatt { implementation
3374 impl BtifGattServerCallbacks for BluetoothGatt { implementation
3824 impl BtifGattScannerInbandCallbacks for BluetoothGatt { implementation
3959 impl BtifGattScannerCallbacks for BluetoothGatt { implementation
4150 impl BtifGattAdvCallbacks for BluetoothGatt { implementation
Dlib.rs215 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, in dispatch()
Dsuspend.rs152 gatt: Arc<Mutex<Box<BluetoothGatt>>>, in new()
Ddis.rs39 pub fn new(bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, tx: Sender<Message>) -> Self { in new()
Dbattery_service.rs100 gatt: Arc<Mutex<Box<BluetoothGatt>>>, in new()
Dbluetooth.rs643 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, in new()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java55 public final class BluetoothGatt implements BluetoothProfile { class
956 /* package */ BluetoothGatt( in BluetoothGatt() method in BluetoothGatt
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py306 class BluetoothGatt(enum.IntEnum): class