Part Number: CC2640R2F
Hi all,
If host send "parameters update" within connection, can I get real parameters(connection interval, slave latency) in Stack? Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: CC2640R2F
Hi all,
If host send "parameters update" within connection, can I get real parameters(connection interval, slave latency) in Stack? Thanks
Yes there is, depending on the stack version. What stack version is this?
No, unfortunately the ble3 stack only has connection interval in linkDBInfo_t. The ble5 stack does have the latency and timeout but I guess that doesn't help you here.
If you need to know these, you'll need to track them in the application using events received from the stack, starting when the GAP_LINK_ESTABLISHED_EVENT is received and updating every time a GAP_LINK_PARAM_UPDATE_EVENT is received