Home
last modified time | relevance | path

Searched refs:bluetooth_gatt (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/rust/linux/service/src/
Dmain.rs17 use btstack::bluetooth_gatt::BluetoothGatt;
37 let bluetooth_gatt = Arc::new(Mutex::new(BluetoothGatt::new(intf.clone()))); in main() localVariable
84 bluetooth_gatt, in main()
Diface_bluetooth_gatt.rs1 use btstack::bluetooth_gatt::{
/system/bt/gd/rust/linux/stack/src/
Dlib.rs10 pub mod bluetooth_gatt; module