OTA Service Client event. More...
#include <otas_c.h>
Data Fields | |
| uint8_t | conn_idx |
| otas_c_evt_type_t | evt_type |
| uint8_t * | p_data |
| uint16_t | length |
OTA Service Client event.
| uint8_t otas_c_evt_t::conn_idx |
The connection index.
| otas_c_evt_type_t otas_c_evt_t::evt_type |
OTA client event type.
| uint16_t otas_c_evt_t::length |
Length of event data.
| uint8_t* otas_c_evt_t::p_data |
Pointer to event data.