nRF51 SDK v9.0.0
Data structure containing information about the last packet transmission. More...
#include <nrf_gzll.h>
Data Fields |
|
| bool | payload_received_in_ack |
|
A payload was received in the ACK.
|
|
| uint16_t | num_tx_attempts |
|
Number of attempts used on previous Device packet transmission.
|
|
| uint16_t | num_channel_switches |
|
Number of channel switches needed during previous packet transmission.
|
|
| int16_t | rssi |
|
Received signal strength indicator in dBm.
More...
|
|
Detailed Description
Data structure containing information about the last packet transmission.
Field Documentation
| int16_t nrf_gzll_device_tx_info_t::rssi |
Received signal strength indicator in dBm.
- See Also
- nrf_gzll_enable_rssi().