Searched defs:BluetoothSocketManager (Results 1 – 2 of 2) sorted by relevance
481 pub struct BluetoothSocketManager { struct483 callbacks: Callbacks<dyn IBluetoothSocketManagerCallbacks + Send>, argument509 impl BluetoothSocketManager { implementation1223 impl IBluetoothSocketManager for BluetoothSocketManager { implementation
167 bluetooth_socketmgr: Arc<Mutex<Box<BluetoothSocketManager>>>, in dispatch()