Enumerations
Enumerations
BLE Services
»
OTA Service (OTAS)
Enumerations
enum
otas_evt_type_t
{
OTAS_EVT_INVALID
,
OTAS_EVT_TX_NOTIFICATION_ENABLED
,
OTAS_EVT_TX_NOTIFICATION_DISABLED
,
OTAS_EVT_RX_RECEIVE_DATA
,
OTAS_EVT_NOTIFY_COMPLETE
,
OTAS_EVT_DFU_MODE_ENTER
}
OTA Service event type.
Detailed Description