Searched defs:BluetoothGatt (Results 1 – 1 of 1) sorted by relevance
59 pub struct BluetoothGatt { struct63 impl BluetoothGatt { argument65 pub fn new(intf: Arc<Mutex<BluetoothInterface>>) -> BluetoothGatt { in new()70 impl IBluetoothGatt for BluetoothGatt { implementation