Searched refs:handle_action (Results 1 – 4 of 4) sorted by relevance
387 .handle_action(BatteryServiceActions::Connect(device, transport)); in dispatch()396 .handle_action(BatteryServiceActions::Disconnect(device)); in dispatch()450 battery_service.lock().unwrap().handle_action(action); in dispatch()459 bluetooth_gatt.lock().unwrap().handle_action(action); in dispatch()
139 pub fn handle_action(&mut self, action: BatteryServiceActions) { in handle_action() method
728 fn handle_action(&mut self, action: AdvertiserActions); in handle_action() method776 fn handle_action(&mut self, action: AdvertiserActions) { in handle_action() method1650 fn handle_action(&mut self, action: AdvertiserActions) { in handle_action() method
1965 pub fn handle_action(&mut self, action: GattActions) { in handle_action() method1997 self.adv_manager.get_impl().handle_action(action); in handle_adv_action()