- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Solved! Go to Solution.
- Labels:
-
WICED Studio Bluetooth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which SDK are you using? MTB or WICED?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MTB. bluetooth audio v2.90
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.