How to disconnect BLE connection of CYW20719B2?

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

cross mob
JiZh_4619191
Level 4
Level 4
25 replies posted 25 sign-ins 10 replies posted

Hi,

After BLE connection setup, how to disconnect BLE connection of CYW20719B2 from client or server?

Regards,

Jian

0 Likes
1 Solution
AnjanaM_61
Moderator
Moderator
Moderator
10 questions asked 5 comments on KBA First comment on KBA

Hi JiZh_4619191

Please have a look at API :

wiced_bt_gatt_status_t wiced_bt_gatt_disconnect (uint16_t conn_id); (Refer wiced_bt_gatt.h for API details)

Regards,

Anjana

View solution in original post

0 Likes
1 Reply
AnjanaM_61
Moderator
Moderator
Moderator
10 questions asked 5 comments on KBA First comment on KBA

Hi JiZh_4619191

Please have a look at API :

wiced_bt_gatt_status_t wiced_bt_gatt_disconnect (uint16_t conn_id); (Refer wiced_bt_gatt.h for API details)

Regards,

Anjana

0 Likes