Searched refs:bluetooth_manager (Results 1 – 4 of 4) sorted by relevance
13 use manager_service::bluetooth_manager::BluetoothManager;110 let bluetooth_manager = Arc::new(Mutex::new(Box::new(BluetoothManager::new(proxy)))); in main() localVariable147 manager: bluetooth_manager.clone(), in main()148 experimental: bluetooth_manager.clone(), in main()155 bluetooth_manager in main()166 state_machine::mainloop(context, bluetooth_manager).await; in main()
2 pub mod bluetooth_manager; module
5 use crate::bluetooth_manager::BluetoothManager;
1 use crate::bluetooth_manager::BluetoothManager;602 bluetooth_manager: Arc<Mutex<Box<BluetoothManager>>>, in mainloop()687 bluetooth_manager.lock().unwrap().callback_hci_device_change(hci, true); in mainloop()756 bluetooth_manager in mainloop()778 bluetooth_manager in mainloop()797 bluetooth_manager in mainloop()897 bluetooth_manager.lock().unwrap().callback_disconnected(id); in mainloop()917 bluetooth_manager.lock().unwrap().callback_hci_device_change(hci, true); in mainloop()929 bluetooth_manager.lock().unwrap().callback_default_adapter_change(new_hci); in mainloop()