Home
last modified time | relevance | path

Searched refs:bt_sock_mgr (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dmain.rs176 let bt_sock_mgr = Arc::new(Mutex::new(Box::new(BluetoothSocketManager::new( in main() localVariable
211 bt_sock_mgr.clone(), in main()
236 bt_sock_mgr.clone(), in main()
253 bt_sock_mgr.lock().unwrap().initialize(intf.clone()); in main()
Dinterface_manager.rs67 bt_sock_mgr: Arc<Mutex<Box<BluetoothSocketManager>>>, in dispatch()
173 socket_mgr: bt_sock_mgr.clone(), in dispatch()