Is it possible to extract the rssi data from each individual notification packet I receive? If so what do I need to do? From the gattMsgEvent_t structure I see the gattMsg_t structure which includes a attHandleValueNoti_t structure. The notification structure shows the handle, data length, and then data. The GATT message event structure shows the connection handle, type of message, and status. I don't see rssi anywhere. Where do I need to go to see the rssi for each received data packet?
There is a function GAPCentralRole_StartRssi() that is supposed to start "periodic" reads on a link. Is this the only way I have to get rssi data between a link? How often does "periodic" refer to?
Thanks...