Part Number: CC2745R10-Q1
Based on the sample software "basic_ble" from the CC2745 SDK (ver.9.12), I am displaying the RSSI within the connection event callback function, but at some point, the display update stops. The time is about 96 seconds.
What countermeasures can be considered for this phenomenon?
The implementation is as follows. I apologize for not being able to post the main code.
- In the function "Connection_ConnEventHandler" in app_connection.c, within the case statement BLEAPPUTIL_LINK_ESTABLISHED_EVENT, the callback registration function "Gap_RegisterConnEvtCb" is used to register the callback function.
- After that, the registered callback function uses the argument Gap_ConnEventRpt_t *pReport to display the RSSI with the MenuModule_printf function.
Thank you in advance.