This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

API for connection from A2DP sink to the remote A2DP src device

Other Parts Discussed in Thread: CC2560

I need to implement the
auto-connection with the last connected device and multiple connection even in
scatternet.
However I can’t find any A2DP connection API or BT classic GAP API for creating connection in MSP430
Bluetopia SDK. OpenA3DPStream() requires a 'ACL connection handle'.

What API should I use for this purpose? L2CA_Connect_Request()? Is any example for this implementation available?

Thanks,
HS Yoon

  • I resolved the connection from CC256x using “AUD_Open_Remote_Stream()” However, I can’t resolve the multiple connection. As CC2560 supports 1 master/2 slave scatternet, we must support multiple connection. However, when trying to connect another source, ACL/L2CAP disconnection(etAUD_Signalling_Channel_Close_Indication) is immediately followed after ACL/L2CAP connection(etAUD_Signalling_Channel_Open_Indication) It seems A2DP stack doesn’t allow multiple connection. Can I know how to allow multiple connection with mutiple devices?

  • Hi,

    The current A3DP demo doesn't support Multiple Connections.

    Thanks,

    Stonestreet One.