cyw20706 BLE connection parameter

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

cross mob
adam
Level 4
Level 4
5 solutions authored 25 replies posted 50 sign-ins

Hi , 

When 20706 as BLE peripheral, how to update connecnt parameter. I didn't find any API

because of HCI_ERR_INSTANT_PASSED (0x28) connect down event occur frequently, 

I want to update slave_latency when connect up.

and I also find  wiced_bt_ble_get_connection_parameters didn't work well, when using this API 20706 will pending and watch dog reset.

 

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

Hello @adam 

wiced_bt_l2cap_update_ble_conn_params is the API to update connection parameters. 

Refer API details from : /mtb_shared/wiced_btsdk/dev-kit/baselib/20706A2/release-v3.3.0/COMPONENT_20706A2/include/wiced_bt_l2c.h

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

Hello @adam 

wiced_bt_l2cap_update_ble_conn_params is the API to update connection parameters. 

Refer API details from : /mtb_shared/wiced_btsdk/dev-kit/baselib/20706A2/release-v3.3.0/COMPONENT_20706A2/include/wiced_bt_l2c.h

Regards,

Anjana

0 Likes