Home
last modified time | relevance | path

Searched refs:handle_action (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs457 suspend.lock().unwrap().handle_action(action); in dispatch()
491 battery_service.lock().unwrap().handle_action(action); in dispatch()
500 bluetooth_gatt.lock().unwrap().handle_action(action); in dispatch()
512 bluetooth_admin.lock().unwrap().handle_action(action); in dispatch()
Dsuspend.rs195 pub(crate) fn handle_action(&mut self, action: SuspendActions) { in handle_action() method
Dbluetooth_adv.rs732 fn handle_action(&mut self, action: AdvertiserActions); in handle_action() method
780 fn handle_action(&mut self, action: AdvertiserActions) { in handle_action() method
1623 fn handle_action(&mut self, action: AdvertiserActions) { in handle_action() method
Dbattery_service.rs135 pub fn handle_action(&mut self, action: BatteryServiceActions) { in handle_action() method
Dbluetooth_admin.rs260 pub(crate) fn handle_action(&mut self, action: AdminActions) { in handle_action() method
Dbluetooth_gatt.rs1837 pub fn handle_action(&mut self, action: GattActions) { in handle_action() method
1883 self.adv_manager.get_impl().handle_action(action); in handle_adv_action()