We are experimenting with streaming audio between these two dev boards, but have had a very difficult time getting them to connect. If we reboot (or power cycle) them together, they seem to connect about 1 out of 20 times. I have connected a UART to interact with the small command set the AUDSOURCE exposes to the user, but I can't seem to find any combination of commands or timing that makes them connect reliably, The instructions we have found for this pair indicate you simply power them both up and they connect.
Here is the log from the AUDSOURCE:
A3DP+SRC>
Adding 0x20CD3919E3DD to auto-connect list.
Auto-connecting to 0x20CD3919E3DD via AUD...
A3DP+SRC>
atLinkKeyRequest: 0x20CD3919E3DD
GAP_Authentication_Response success.
A3DP+SRC>
atIOCapabilityRequest: 0x20CD3919E3DD
Auth success.
A3DP+SRC>
atIOCapabilityResponse: 0x20CD3919E3DD
Capabilities: No Input/Output
A3DP+SRC>
atUserConfirmationRequest: 0x20CD3919E3DD
Auto Accepting: 793065
GAP_Authentication_Response success.
A3DP+SRC>Un-handled Auth. Event.
A3DP+SRC>
atLinkKeyCreation: 0x20CD3919E3DD
Link Key Stored.
A3DP+SRC>
atAuthenticationStatus: 0 for 0x20CD3919E3DD
A3DP+SRC>
etEncryption_Change_Result for 0x20CD3919E3DD, Status: 0x00, Mode: Enabled.
A3DP+SRC>
etAUD_Signalling_Channel_Open_Indication
BD_ADDR: 0x20CD3919E3DD
A3DP+SRC>
etAUD_Stream_Open_Confirmation
Status: 0
BD_ADDR: 0x20CD3919E3DD
MediaMTU: 800
StreamType: SRC
A3DP Open (0049): 0
Reconfiguring codec...
...done.
Stream Format:
Frequency: 44100
Channels: 2
Flags: 0
Issued stream state change successfully.
A3DP+SRC>Unhandled captouch: 0
etAUD_Remote_Control_Open_Indication
BD_ADDR: 0x20CD3919E3DD
A3DP+SRC>
etAUD_Stream_Close_Indication
BD_ADDR: 0x20CD3919E3DD
StreamType: 1
DisconnectReason: 0
A3DP Close: 0
A3DP+SRC>
etAUD_Remote_Control_Close_Indication
BD_ADDR: 0x20CD3919E3DD
DisconnectReason: 0
A3DP+SRC>
etAUD_Signalling_Channel_Close_Indication
BD_ADDR: 0x20CD3919E3DD
DisconnectReason: 1
A3DP+SRC>
Any advice to make these connect more reliably would be welcome.