SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_evt_tx_complete_t Struct Reference

ble_evt_tx_complete_t Struct Reference
[Structures]

TX complete event. More...

#include <ble.h>

Data Fields

uint8_t count
 Number of packets transmitted.

Detailed Description

TX complete event.

Definition at line 93 of file ble.h.


Field Documentation

uint8_t count

Number of packets transmitted.

Definition at line 95 of file ble.h.