I would like to register two AVRCP controller instances so that I can control two different sources (e.g. stop one, start the other), as well as two AVRCP target instances so that multiple devices can connect and send me AVRCP controls.
I am already registering multiple GAVD endpoints for each of these devices to send/receive audio, but I can't seem to register multiple AVRCP endpoints.
I can register one AVRCP controller profile and one AVRCP target profile, but the second call to AVCTP_Register_Profile for either role gives me error code -1006 / BTAVCTP_ERROR_PROFILE_ALREADY_REGISTERED
How can I register to connect more than one of each type at a time?