Searched defs:bluetooth_manager (Results 1 – 2 of 2) sorted by relevance
2 pub mod bluetooth_manager; module
110 let bluetooth_manager = Arc::new(Mutex::new(Box::new(BluetoothManager::new(proxy)))); in main() localVariable