Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs148 GattActions(GattActions), enumerator
Dbluetooth_gatt.rs1316 pub enum GattActions { enum
1835 pub fn handle_action(&mut self, action: GattActions) { in handle_action()