Home
last modified time | relevance | path

Searched defs:BluetoothSocketManager (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs481 pub struct BluetoothSocketManager { struct
483 callbacks: Callbacks<dyn IBluetoothSocketManagerCallbacks + Send>, argument
509 impl BluetoothSocketManager { implementation
1223 impl IBluetoothSocketManager for BluetoothSocketManager { implementation
Dlib.rs167 bluetooth_socketmgr: Arc<Mutex<Box<BluetoothSocketManager>>>, in dispatch()