Searched defs:BluetoothInterface (Results 1 – 7 of 7) sorted by relevance
1193 pub struct BluetoothInterface { struct1204 impl BluetoothInterface { argument
25 btif: Arc<Mutex<BluetoothInterface>>, in get_bt_dispatcher()
151 intf: Arc<Mutex<BluetoothInterface>>, in new()
554 pub fn initialize(&mut self, intf: Arc<Mutex<BluetoothInterface>>) { in initialize()
500 intf: Arc<Mutex<BluetoothInterface>>, in new()
641 intf: Arc<Mutex<BluetoothInterface>>, in new()
1469 pub fn new(intf: Arc<Mutex<BluetoothInterface>>, tx: Sender<Message>) -> BluetoothGatt { in new()