Home
last modified time | relevance | path

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

/system/bt/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs59 pub struct BluetoothGatt { struct
63 impl BluetoothGatt { argument
65 pub fn new(intf: Arc<Mutex<BluetoothInterface>>) -> BluetoothGatt { in new()
70 impl IBluetoothGatt for BluetoothGatt { implementation