Searched defs:bluetooth_gatt (Results 1 – 2 of 2) sorted by relevance
37 let bluetooth_gatt = Arc::new(Mutex::new(BluetoothGatt::new(intf.clone()))); in main() localVariable
10 pub mod bluetooth_gatt; module