On Sun, 21 Aug 2016, at 03:31 AM, James Bottomley wrote: > The PA_BLUETOOTH_PROFILE names should mirror the PA_BLUETOOTH_UUID > names using profile_function instead of randomly made up names. Fix > this with the transformation: > > PA_BLUETOOTH_PROFILE_HEADSET_HEAD_UNIT -> PA_BLUETOOTH_PROFILE_HSP_HS > PA_BLUETOOTH_PROFILE_HEADSET_AUDIO_GATEWAY -> PA_BLUETOOTH_PROFILE_HFP_AG > > Signed-off-by: James Bottomley <James.Bottomley at HansenPartnership.com> > --- The reason it's not done this way right now is that HEADSET_HEAD_UNIT is HSP_HS || HFP_HS, and there's similar reasoning for the AG naming. -- Arun