Searched refs:newCharProfile (Results 1 – 1 of 1) sorted by relevance
396 CharacteristicProfile newCharProfile; in NotifyCharProfileUpdate() local397 newCharProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyCharProfileUpdate()398 newCharProfile.SetServiceName(ProfileUtils::GetNonOhSuffixServiceNameByDBKey(dbKey)); in NotifyCharProfileUpdate()399 newCharProfile.SetCharacteristicKey(ProfileUtils::GetCharKeyByDBKey(dbKey)); in NotifyCharProfileUpdate()400 ProfileUtils::EntriesToCharProfile(values, newCharProfile); in NotifyCharProfileUpdate()405 HILOGI("%{public}s!", newCharProfile.dump().c_str()); in NotifyCharProfileUpdate()416 listenerProxy->OnCharacteristicProfileUpdate(oldCharProfile, newCharProfile); in NotifyCharProfileUpdate()