Searched refs:LINKKEY_SECTION_NAME (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | migrate.rs | 27 const LINKKEY_SECTION_NAME: &str = "LinkKey"; constant 449 LINKKEY_SECTION_NAME => [ in convert_from_bluez_device() 716 KeyAction::ApplyToSection(Converter::ReverseEndianUppercase, LINKKEY_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() 937 let mut key = DeviceKey::new("", KeyAction::ToSection(LINKKEY_SECTION_NAME)); in test_device_key_to_section() 939 assert_eq!(key.section, LINKKEY_SECTION_NAME) in test_device_key_to_section()
|