Enumerations

enum  samples_evt_type_t {
  SAMPLES_EVT_INVALID,
  SAMPLES_EVT_TX_NOTIFICATION_ENABLED,
  SAMPLES_EVT_TX_NOTIFICATION_DISABLED,
  SAMPLES_EVT_RX_RECEIVE_DATA,
  SAMPLES_EVT_TX_NOTIFY_COMPLETE
}
 Sample Service event type. More...
 

Detailed Description

Enumeration Type Documentation

◆ samples_evt_type_t

Sample Service event type.

Enumerator
SAMPLES_EVT_INVALID 
SAMPLES_EVT_TX_NOTIFICATION_ENABLED 
SAMPLES_EVT_TX_NOTIFICATION_DISABLED 
SAMPLES_EVT_RX_RECEIVE_DATA 
SAMPLES_EVT_TX_NOTIFY_COMPLETE 

Definition at line 80 of file sample_service.h.