Home
last modified time | relevance | path

Searched refs:BluetoothSocketManager (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs13 bluetooth_qa::BluetoothQA, socket_manager::BluetoothSocketManager, suspend::Suspend,
67 bt_sock_mgr: Arc<Mutex<Box<BluetoothSocketManager>>>, in dispatch() argument
Dmain.rs28 socket_manager::BluetoothSocketManager,
176 let bt_sock_mgr = Arc::new(Mutex::new(Box::new(BluetoothSocketManager::new( in main()
Diface_bluetooth.rs24 BluetoothServerSocket, BluetoothSocket, BluetoothSocketManager, CallbackId,
79 pub socket_mgr: Arc<Mutex<Box<BluetoothSocketManager>>>,
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs495 pub struct BluetoothSocketManager { struct
523 impl BluetoothSocketManager { impl
539 BluetoothSocketManager { in new()
649 BluetoothSocketManager::listening_task( in socket_listen()
724 BluetoothSocketManager::connecting_task( in socket_connect()
1270 impl IBluetoothSocketManager for BluetoothSocketManager { implementation
Dlib.rs46 use crate::socket_manager::{BluetoothSocketManager, SocketActions};
221 bluetooth_socketmgr: Arc<Mutex<Box<BluetoothSocketManager>>>, in dispatch() argument