Searched refs:DEVICEID_SECTION_NAME (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | migrate.rs | 28 const DEVICEID_SECTION_NAME: &str = "DeviceID"; constant 461 DEVICEID_SECTION_NAME => [ in convert_from_bluez_device() 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()
|