Searched refs:BluetoothSocketManager (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | interface_manager.rs | 13 bluetooth_qa::BluetoothQA, socket_manager::BluetoothSocketManager, suspend::Suspend, 67 bt_sock_mgr: Arc<Mutex<Box<BluetoothSocketManager>>>, in dispatch() argument
|
D | main.rs | 28 socket_manager::BluetoothSocketManager, 176 let bt_sock_mgr = Arc::new(Mutex::new(Box::new(BluetoothSocketManager::new( in main()
|
D | iface_bluetooth.rs | 24 BluetoothServerSocket, BluetoothSocket, BluetoothSocketManager, CallbackId, 79 pub socket_mgr: Arc<Mutex<Box<BluetoothSocketManager>>>,
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | socket_manager.rs | 495 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
|
D | lib.rs | 46 use crate::socket_manager::{BluetoothSocketManager, SocketActions}; 221 bluetooth_socketmgr: Arc<Mutex<Box<BluetoothSocketManager>>>, in dispatch() argument
|