Enumerations

enum  otas_c_evt_type_t {
  OTAS_C_EVT_INVALID,
  OTAS_C_EVT_DISCOVERY_COMPLETE,
  OTAS_C_EVT_DISCOVERY_FAIL,
  OTAS_C_EVT_TX_NTF_SET_SUCCESS,
  OTAS_C_EVT_CTRL_SUCCESS,
  OTAS_C_EVT_PEER_DATA_RECEIVE,
  OTAS_C_EVT_TX_CPLT,
  OTAS_C_EVT_WRITE_OP_ERR
}
 OTA Service Client event type. More...
 

Detailed Description

Enumeration Type Documentation

◆ otas_c_evt_type_t

OTA Service Client event type.

Enumerator
OTAS_C_EVT_INVALID 

OTA Client invalid event.

OTAS_C_EVT_DISCOVERY_COMPLETE 

OTA Client has found THS service and its characteristics.

OTAS_C_EVT_DISCOVERY_FAIL 

OTA Client found THS service failed because of invalid operation or no found at the peer.

OTAS_C_EVT_TX_NTF_SET_SUCCESS 

OTA Client has set peer Tx notify.

OTAS_C_EVT_CTRL_SUCCESS 

OTA Client has set control info.

OTAS_C_EVT_PEER_DATA_RECEIVE 

OTA Client has received data from peer.

OTAS_C_EVT_TX_CPLT 

OTA Client has sent something to a peer successfully.

OTAS_C_EVT_WRITE_OP_ERR 

Error occured when OTA Client writen to peer.

Definition at line 93 of file otas_c.h.