Topic

FAQ
Login Register
Issue Bluetooth LE Multi Connection SDK 4.0.1.1. : master conn_intervals not more than 300 ms
Sep 12, 2021 23:18

/

A

/A

Hello,

1. In function blc_ll_createConnection I can not set conn_intervals more than 300 ms (value is 256), but I would like to set about 1 s. In single conn SDK I can set  such intervals.
2. It seems that there is no any realisation to answer on slave conn param update req, isn't it?

Thank you for any answer in advance.


1 replies
TL_qiuwei.chen Sep 18, 2021 16:44
1
/A

1. In version 4.0.1.1, the master role support a maximum connection interval of 320ms.
2. You can register the event 'GAP_EVT_MASK_L2CAP_CONN_PARAM_UPDATE_REQ'. If slave conn param update req occur, then respond in app_host_event_callback().