Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmigrate.rs793 let section_name = if has_local_keys { in convert_floss_conf() localVariable
798 bluez_info.set(section_name, "Key", Some(format!("{:032X}", ltk.key))); in convert_floss_conf()
799 bluez_info.set(section_name, "Rand", Some(format!("{}", ltk.rand))); in convert_floss_conf()
800 bluez_info.set(section_name, "EDiv", Some(format!("{}", ltk.ediv))); in convert_floss_conf()
802 section_name, in convert_floss_conf()
806 bluez_info.set(section_name, "EncSize", Some(format!("{}", ltk.len))); in convert_floss_conf()
/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc462 const std::string& section_name, in FixDeviceTypeInconsistencyInSection() argument
464 if (!hci::Address::IsValidAddress(section_name)) { in FixDeviceTypeInconsistencyInSection()