Searched refs:bluetooth_gatt (Results 1 – 3 of 3) sorted by relevance
17 use btstack::bluetooth_gatt::BluetoothGatt;37 let bluetooth_gatt = Arc::new(Mutex::new(BluetoothGatt::new(intf.clone()))); in main() localVariable84 bluetooth_gatt, in main()
1 use btstack::bluetooth_gatt::{
10 pub mod bluetooth_gatt; module