CYW20719B2-AVDT_DISCONNECT_IND_EVT

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

cross mob
TaC_4722371
Level 2
Level 2
5 replies posted 5 sign-ins First solution authored

Hi,

I am trying to make a custom project by referring the sample WATCH project provided as an example in ModusToolbox. I am doing this by extracting only the AVDT, AVRCP CT & TG APIs and neglecting all HCI related code. when I try to connect with peer with API wiced_bt_avdt_connect_req(), I am getting AVDT_DISCONNECT_IND_EVT in the callback. And also I am getting the Bluetooth management callback event BTM_SECURITY_FAILED_EVT sometimes. I have set like this av_app_cb.avdt_register.sec_mask = BTM_SEC_NONE; Please let me know if there's any potential cause for AVDT_DISCONNECT_IND_EVT and BTM_SECURITY_FAILED_EVT to happen.

Regards,

Tamilarasan C.

0 Likes
1 Solution

You can test the demo and open the BTSpy log to compare with your own application.

View solution in original post

3 Replies