How to update BLE connection parameters as central?

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

cross mob
GrBa_3483646
Level 3
Level 3
First like received First like given

According to BLE spec it should be possible for master and slave to update the connection parameters after entering the connection state (see Bluetooth Spec 4.1 Vol6 - 5.1.7 Connection Parameters Request Procedure).

The example "snip/bluetooth/serial_gatt_service" acts as BLE peripheral/slave and uses the L2CAP function wiced_bt_l2cap_update_ble_conn_params() to change the connection interval to save power.

Can we use the same function to update the connection parameters when acting as central?

best regards,

Gregor

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

Hi Gregor,

You can use the same API ( wiced_bt_l2cap_update_ble_conn_params() ) from Central side as well.

Thanks,
Anjana

View solution in original post

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

Hi Gregor,

You can use the same API ( wiced_bt_l2cap_update_ble_conn_params() ) from Central side as well.

Thanks,
Anjana

0 Likes