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 | errAdv |
uint16_t | rxSetupUsec |
uint16_t | txSetupUsec |
uint16_t | rxIsrUsec |
uint16_t | txIsrUsec |
Advertising packet statistics.
Definition at line 42 of file bb_ble_api.h.
uint32_t errAdv |
Number of advertising transaction errors.
Definition at line 49 of file bb_ble_api.h.
uint16_t rxIsrUsec |
Rx ISR processing watermark in microseconds.
Definition at line 52 of file bb_ble_api.h.
uint32_t rxReq |
Number of successfully received advertising requests.
Definition at line 45 of file bb_ble_api.h.
uint32_t rxReqCrc |
Number of received advertising requests with CRC errors.
Definition at line 46 of file bb_ble_api.h.
uint32_t rxReqTimeout |
Number of timed out received advertising requests (receive timeout).
Definition at line 47 of file bb_ble_api.h.
uint16_t rxSetupUsec |
Rx packet setup watermark in microseconds.
Definition at line 50 of file bb_ble_api.h.
uint32_t txAdv |
Number of sent advertising packets.
Definition at line 44 of file bb_ble_api.h.
uint16_t txIsrUsec |
Tx ISR processing watermark in microseconds.
Definition at line 53 of file bb_ble_api.h.
uint32_t txRsp |
Number of sent response packets.
Definition at line 48 of file bb_ble_api.h.
uint16_t txSetupUsec |
Tx packet setup watermark in microseconds.
Definition at line 51 of file bb_ble_api.h.