wiced bluetooth classic reconnect

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
MaVo_3395126
Level 1
Level 1
10 sign-ins 5 sign-ins First reply posted

I have an A2DP device (cyw20706) that does not always reconnect to ios when disconnected.  Is there a way to attempt a reconnect from the device?  

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Are your trying to reconnect the A2DP profile as a sink device?

You may use the API wiced_result_t wiced_bt_a2dp_sink_connect(wiced_bt_device_address_t bd_address).

Or you can also refer to the function a2dp_app_hci_control_connect() in headset demo.

View solution in original post

0 Likes
3 Replies
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Which SDK are you using? MTB or WICED?

0 Likes
MaVo_3395126
Level 1
Level 1
10 sign-ins 5 sign-ins First reply posted

MTB.  bluetooth audio v2.90lib.png

0 Likes
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Are your trying to reconnect the A2DP profile as a sink device?

You may use the API wiced_result_t wiced_bt_a2dp_sink_connect(wiced_bt_device_address_t bd_address).

Or you can also refer to the function a2dp_app_hci_control_connect() in headset demo.

0 Likes