Hi TI,
We are facing an issue in the AUDAPI 's in the latest 5.1.1.1 stack.
When we use this AUDAPI, the version of the AVRCP is switching to AVRCP v1.4.
On further debugging, we noticed that AUDAPI is internally calling the AVRCP_Register_SDP_Record_Version() function.
In that function, AVRCP_Version_t is used and it has only till avrcpv1.4.
typedef enum
{
apvVersion1_0,
apvVersion1_3,
apvVersion1_4
} AVRCP_Version_t;
Please check and let us know, how to resolve this?
Is there any patch available for this?
Thanks!