Hello
I have a few questions regarding the "ble_thread_dyn_mtd_coap_cli" example:
- In the "main.c" file, I notice that you have created timers to call "sd_ble_gap_conn_param_update ()" 5 seconds after a BLE connection and then every 30 seconds: is this necessary? What is the goal of doing this?
- If I want to have a connection where packets are sent every 20ms, I would have to put "MIN_CONN_INTERVAL = 10ms" and "MAX_CONN_INTERVAL = 20ms", is that correct?
- Since the Bluetooth and the Thread use the same radio component, is it possible that the smartphone temporarily modifies the connection speed when it wants to send all its messages and then return to a slow connection in order to disrupt the Thread on less possible?
Thank you