Searched refs:handle_action (Results 1 – 6 of 6) sorted by relevance
457 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()
195 pub(crate) fn handle_action(&mut self, action: SuspendActions) { in handle_action() method
732 fn handle_action(&mut self, action: AdvertiserActions); in handle_action() method780 fn handle_action(&mut self, action: AdvertiserActions) { in handle_action() method1623 fn handle_action(&mut self, action: AdvertiserActions) { in handle_action() method
135 pub fn handle_action(&mut self, action: BatteryServiceActions) { in handle_action() method
260 pub(crate) fn handle_action(&mut self, action: AdminActions) { in handle_action() method
1837 pub fn handle_action(&mut self, action: GattActions) { in handle_action() method1883 self.adv_manager.get_impl().handle_action(action); in handle_adv_action()