Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs495 pub struct BluetoothSocketManager { struct
497 callbacks: Callbacks<dyn IBluetoothSocketManagerCallbacks + Send>, argument
523 impl BluetoothSocketManager { argument
1270 impl IBluetoothSocketManager for BluetoothSocketManager { implementation
Dlib.rs221 bluetooth_socketmgr: Arc<Mutex<Box<BluetoothSocketManager>>>, in dispatch()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs67 bt_sock_mgr: Arc<Mutex<Box<BluetoothSocketManager>>>, in dispatch()