+ Collaboration diagram for Enumerations:

Enumerations

enum  tps_c_evt_type_t { TPS_C_EVT_INVALID, TPS_C_EVT_DISCOVERY_COMPLETE, TPS_C_EVT_DISCOVERY_FAIL, TPS_C_EVT_TX_POWER_LEVEL_RECEIVE }
 Tx Power Service Client event type. More...
 

Detailed Description

Enumeration Type Documentation

◆ tps_c_evt_type_t

Tx Power Service Client event type.

Enumerator
TPS_C_EVT_INVALID 

TPS Client invalid event.

TPS_C_EVT_DISCOVERY_COMPLETE 

TPS Client has found TPS service and its characteristics.

TPS_C_EVT_DISCOVERY_FAIL 

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

TPS_C_EVT_TX_POWER_LEVEL_RECEIVE 

TPS Client has received Tx Power Level value.

Definition at line 77 of file tps_c.h.