Searched defs:BluetoothSocketManager (Results 1 – 4 of 4) sorted by relevance
495 pub struct BluetoothSocketManager { struct497 callbacks: Callbacks<dyn IBluetoothSocketManagerCallbacks + Send>, argument500 listening: HashMap<CallbackId, Vec<InternalListeningSocket>>,526 impl BluetoothSocketManager { argument1249 impl IBluetoothSocketManager for BluetoothSocketManager { implementation
278 bluetooth_socketmgr: Arc<Mutex<Box<BluetoothSocketManager>>>, in dispatch()
121 socket_manager: Arc<Mutex<Box<BluetoothSocketManager>>>, in new()
65 bt_sock_mgr: Arc<Mutex<Box<BluetoothSocketManager>>>, in dispatch()