Searched defs:Bluetooth (Results 1 – 4 of 4) sorted by relevance
50 pub struct Bluetooth { struct51 intf: Arc<Mutex<BluetoothInterface>>, argument53 callbacks: Vec<(u32, Box<dyn IBluetoothCallback + Send>)>, argument59 impl Bluetooth { argument61 pub fn new(tx: Sender<Message>, intf: Arc<Mutex<BluetoothInterface>>) -> Bluetooth { in new()120 impl BtifBluetoothCallbacks for Bluetooth { implementation160 impl IBluetooth for Bluetooth { implementation
73 pub async fn dispatch(mut rx: Receiver<Message>, bluetooth: Arc<Mutex<Bluetooth>>) { in dispatch()
47 pub enum Bluetooth { enum
94 bt: Bluetooth, in fragmenting_stream()