Home
last modified time | relevance | path

Searched defs:bluetooth_gatt (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/gd/rust/linux/service/src/
H A Dmain.rs37 let bluetooth_gatt = Arc::new(Mutex::new(BluetoothGatt::new(intf.clone()))); in main() localVariable
/aosp12/system/bt/gd/rust/linux/stack/src/
H A Dlib.rs10 pub mod bluetooth_gatt; module