Searched refs:AdminActions (Results 1 – 2 of 2) sorted by relevance
260 pub(crate) fn handle_action(&mut self, action: AdminActions) { in handle_action() argument262 AdminActions::OnDeviceCleared(remote_device) => self.on_device_cleared(&remote_device), in handle_action()263 AdminActions::OnDeviceFound(remote_device) => self.on_device_found(&remote_device), in handle_action()264 AdminActions::OnDeviceUuidChanged(remote_device) => { in handle_action()339 pub enum AdminActions { enum366 .send(Message::AdminActions(AdminActions::OnDeviceUuidChanged(remote_device))) in on_device_properties_changed()376 tx.send(Message::AdminActions(AdminActions::OnDeviceFound(remote_device))).await; in on_device_found()384 tx.send(Message::AdminActions(AdminActions::OnDeviceCleared(remote_device))).await; in on_device_cleared()
38 use crate::bluetooth_admin::{AdminActions, BluetoothAdmin, IBluetoothAdmin};147 AdminActions(AdminActions), enumerator511 Message::AdminActions(action) => { in dispatch()