FAST_OTA Service event. More...
#include <fast_otas.h>
Data Fields | |
| fast_otas_evt_type_t | evt_type |
| uint8_t | conn_idx |
| uint8_t * | p_data |
| uint16_t | length |
FAST_OTA Service event.
| uint8_t fast_otas_evt_t::conn_idx |
Index of connection.
| fast_otas_evt_type_t fast_otas_evt_t::evt_type |
The FAST_OTAS event.
| uint16_t fast_otas_evt_t::length |
Length of data.
| uint8_t* fast_otas_evt_t::p_data |
Pointer to data.