Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmigrate.rs180 struct DeviceKey { struct
187 impl DeviceKey { argument
405 let mut map: HashMap<&str, Vec<DeviceKey>> = if is_hid_file { in convert_from_bluez_device()
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()
423 ("Name", vec![DeviceKey::new("Name", KeyAction::WrapOk)]), in convert_from_bluez_device()
426 vec![DeviceKey::new("DevClass", KeyAction::Apply(Converter::HexToDec))], in convert_from_bluez_device()
430 vec![DeviceKey::new("Appearance", KeyAction::Apply(Converter::HexToDec))], in convert_from_bluez_device()
434 vec![DeviceKey::new("DevType", KeyAction::Apply(Converter::TypeB2F))], in convert_from_bluez_device()
[all …]