Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config_int.cc283 bool first_is_profile_key = strncasecmp(first.key.c_str(), "Profile", 7) == 0; in device_iot_config_compare_key() local
286 if (!first_is_profile_key && !second_is_profile_key) { in device_iot_config_compare_key()
288 } else if (first_is_profile_key && second_is_profile_key) { in device_iot_config_compare_key()
291 return !first_is_profile_key; in device_iot_config_compare_key()