Modules

 Service and Characteristics UUID
 

Macros

#define GUS_C_CONNECTION_MAX
 Maximum number of GUS Client connections. More...
 
#define FLOW_ON   0x01
 Indicate that GUS Client can receive data from peer. More...
 
#define FLOW_OFF   0x00
 Indicate that GUS Client can not receive data from peer. More...
 
#define GUS_C_CONNECTION_MAX
 Maximum number of GUS Client connections. More...
 
#define FLOW_ON   0x01
 Indicate that GUS Client can receive data from peer. More...
 
#define FLOW_OFF   0x00
 Indicate that GUS Client can not receive data from peer. More...
 

Detailed Description

Macro Definition Documentation

◆ FLOW_OFF [1/2]

#define FLOW_OFF   0x00

Indicate that GUS Client can not receive data from peer.

Definition at line 75 of file gus_c.h.

◆ FLOW_OFF [2/2]

#define FLOW_OFF   0x00

Indicate that GUS Client can not receive data from peer.

Definition at line 75 of file mlmr_c.h.

◆ FLOW_ON [1/2]

#define FLOW_ON   0x01

Indicate that GUS Client can receive data from peer.

Definition at line 74 of file gus_c.h.

◆ FLOW_ON [2/2]

#define FLOW_ON   0x01

Indicate that GUS Client can receive data from peer.

Definition at line 74 of file mlmr_c.h.

◆ GUS_C_CONNECTION_MAX [1/2]

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

Maximum number of GUS Client connections.

Definition at line 73 of file gus_c.h.

◆ GUS_C_CONNECTION_MAX [2/2]

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

Maximum number of GUS Client connections.

Definition at line 73 of file mlmr_c.h.