Searched refs:ToSection (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | migrate.rs | 173 ToSection(&'static str), enumerator 216 KeyAction::ToSection(sec) => { in apply_action() 672 ("Name", DeviceKey::new("Name", KeyAction::ToSection(GENERAL_SECTION_NAME))), in convert_floss_conf() 719 ("LinkKeyType", DeviceKey::new("Type", KeyAction::ToSection(LINKKEY_SECTION_NAME))), in convert_floss_conf() 720 ("PinLength", DeviceKey::new("PINLength", KeyAction::ToSection(LINKKEY_SECTION_NAME))), in convert_floss_conf() 722 ("VendorIdSource", DeviceKey::new("Source", KeyAction::ToSection(DEVICEID_SECTION_NAME))), in convert_floss_conf() 723 ("VendorId", DeviceKey::new("Vendor", KeyAction::ToSection(DEVICEID_SECTION_NAME))), in convert_floss_conf() 724 ("ProductId", DeviceKey::new("Product", KeyAction::ToSection(DEVICEID_SECTION_NAME))), in convert_floss_conf() 725 ("ProductVersion", DeviceKey::new("Version", KeyAction::ToSection(DEVICEID_SECTION_NAME))), in convert_floss_conf() 732 ("HidVersion", DeviceKey::new("bcdhid", KeyAction::ToSection(GENERAL_SECTION_NAME))), in convert_floss_conf() [all …]
|