Part Number: CC2745R10-Q1
I am considering a process based on basic_ble to obtain and display the RSSI when a connection event occurs. I have implemented a similar function on the CC2652 (simple_peripheral), where the connection event callback function stores the data in a message queue, and the processing is done when there is a message in the queue. It seems that basic_ble does not have such processing.
My question is, is it acceptable to display the information of the connection report structure within the connection event callback function? Or is it better to use a queue?
Best regards.