Auxiliary advertising packet statistics. More...
#include <bb_ble_api.h>
Data Fields | |
uint32_t | txAdv |
uint32_t | rxReq |
uint32_t | rxReqCrc |
uint32_t | rxReqTimeout |
uint32_t | txRsp |
uint32_t | txChain |
uint32_t | errAdv |
uint16_t | rxSetupUsec |
uint16_t | txSetupUsec |
uint16_t | rxIsrUsec |
uint16_t | txIsrUsec |
Auxiliary advertising packet statistics.
Definition at line 57 of file bb_ble_api.h.
uint32_t errAdv |
Number of advertising transaction errors.
Definition at line 65 of file bb_ble_api.h.
uint16_t rxIsrUsec |
Rx ISR processing watermark in microseconds.
Definition at line 68 of file bb_ble_api.h.
uint32_t rxReq |
Number of successfully received advertising requests.
Definition at line 60 of file bb_ble_api.h.
uint32_t rxReqCrc |
Number of received advertising requests with CRC errors.
Definition at line 61 of file bb_ble_api.h.
uint32_t rxReqTimeout |
Number of timed out received advertising requests (receive timeout).
Definition at line 62 of file bb_ble_api.h.
uint16_t rxSetupUsec |
Rx packet setup watermark in microseconds.
Definition at line 66 of file bb_ble_api.h.
uint32_t txAdv |
Number of sent advertising packets.
Definition at line 59 of file bb_ble_api.h.
uint32_t txChain |
Number of sent chain packets.
Definition at line 64 of file bb_ble_api.h.
uint16_t txIsrUsec |
Tx ISR processing watermark in microseconds.
Definition at line 69 of file bb_ble_api.h.
uint32_t txRsp |
Number of sent response packets.
Definition at line 63 of file bb_ble_api.h.
uint16_t txSetupUsec |
Tx packet setup watermark in microseconds.
Definition at line 67 of file bb_ble_api.h.