Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs387 .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()
Dbattery_service.rs139 pub fn handle_action(&mut self, action: BatteryServiceActions) { in handle_action() method
Dbluetooth_adv.rs728 fn handle_action(&mut self, action: AdvertiserActions); in handle_action() method
776 fn handle_action(&mut self, action: AdvertiserActions) { in handle_action() method
1650 fn handle_action(&mut self, action: AdvertiserActions) { in handle_action() method
Dbluetooth_gatt.rs1965 pub fn handle_action(&mut self, action: GattActions) { in handle_action() method
1997 self.adv_manager.get_impl().handle_action(action); in handle_adv_action()