Hi Support,
During development... found that the device will disconnect and go back to broadcasting after several times of osal_snv_write() function call after device successful connected with smartphone.
The disconnect error code is 0x3F(LL_STATUS_ERROR_CONN_TIMING_FAILURE).
Searched for root caused and found that osal_snv_compact() function being called during osal_snv_write(), which leads to the disconnect.
Proceed with osal_snv_write()function during Bluetooth connection. The data each time transmitted is less than 20 bytes.
Do you have any suggestions or solutions for this case?
Thanks.