Searched refs:KeyAction (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | migrate.rs | 170 pub enum KeyAction { enum 182 action: KeyAction, 189 fn new(key: &'static str, action: KeyAction) -> Self { in new() 214 KeyAction::WrapOk => Ok(value), in apply_action() 215 KeyAction::Apply(converter) => apply_conversion(converter, value), in apply_action() 216 KeyAction::ToSection(sec) => { in apply_action() 220 KeyAction::ApplyToSection(converter, sec) => { in apply_action() 409 vec![DeviceKey::new("HidDescriptor", KeyAction::Apply(Converter::Base64ToHex))], in convert_from_bluez_device() 413 ("bcdhid", vec![DeviceKey::new("HidVersion", KeyAction::WrapOk)]), in convert_from_bluez_device() 414 ("bcountrycode", vec![DeviceKey::new("HidCountryCode", KeyAction::WrapOk)]), in convert_from_bluez_device() [all …]
|