Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs42 dispatch_le_scanner_inband_callbacks, BluetoothGatt, GattActions,
141 GattActions(GattActions), enumerator
458 Message::GattActions(action) => { in dispatch()
Dbluetooth.rs50 BluetoothGatt, GattActions, IBluetoothGatt, IScannerCallback, ScanResult,
2943 let _ = txl.send(Message::GattActions(GattActions::Disconnect(device))).await; in disconnect_all_enabled_profiles()
Dbluetooth_gatt.rs1433 pub enum GattActions { enum
1965 pub fn handle_action(&mut self, action: GattActions) { in handle_action() argument
1967 GattActions::Disconnect(device) => { in handle_action()