Add remote device to INTEROP_AVRCP_BROWSE_OPEN_CHANNEL_COLLISION BL.
When DUT establish AVRCP_control channel, it also starts for AVRCP_Browse
channel immediately. But in this case, after DUT starts Browsing channel
remote also initited Browsing channel on same time, and DUT responed for
it as no_resource_availabe as already establishment of Browsing channel
going on from DUT end. So, due to this remote went to bad state and it
also responded as no_resource_availabe for the DUT initiated browsing channel.
So, after this when DUT tried once again to start browsing channel, remote
is not responding at all.
This BL will take care to avoid this, by giving 1sec time after AVCTP_control
channel established from DUT, so that let remote start browsing channel.
CRs-Fixed: 2346850
Change-Id: Idd619f52dc7a2944d0d08af824505580e299c163
1 file changed