Modules

 Service and Characteristics UUID
 

Macros

#define GUS_C_CONNECTION_MAX
 
#define FLOW_ON   0x01
 
#define FLOW_OFF   0x00
 

Detailed Description

Macro Definition Documentation

◆ FLOW_OFF

#define FLOW_OFF   0x00

Indicate that GUS Client can not receive data from peer.

◆ FLOW_ON

#define FLOW_ON   0x01

Indicate that GUS Client can receive data from peer.

◆ GUS_C_CONNECTION_MAX

#define GUS_C_CONNECTION_MAX
Value:
(10 < CFG_MAX_CONNECTIONS ?\
10 : CFG_MAX_CONNECTIONS)

Maximum number of GUS Client connections.