+ Collaboration diagram for Defines:

Macros

#define GUS_CONNECTION_MAX   10
 Maximum number of Goodix UART Service connections. More...
 
#define GUS_MAX_DATA_LEN   247
 Maximum length of application data packet which is transmitted via GUS. More...
 
#define GUS_FLOW_CTRL_LEN   1
 Maximum length of ble flow control data packet which is transmitted via GUS. More...
 
#define GUS_SERVICE_UUID
 The UUID of Goodix UART Service for setting advertising data. More...
 

Detailed Description

Macro Definition Documentation

◆ GUS_CONNECTION_MAX

#define GUS_CONNECTION_MAX   10

Maximum number of Goodix UART Service connections.

Definition at line 71 of file gus.h.

◆ GUS_FLOW_CTRL_LEN

#define GUS_FLOW_CTRL_LEN   1

Maximum length of ble flow control data packet which is transmitted via GUS.

Definition at line 73 of file gus.h.

◆ GUS_MAX_DATA_LEN

#define GUS_MAX_DATA_LEN   247

Maximum length of application data packet which is transmitted via GUS.

Definition at line 72 of file gus.h.

◆ GUS_SERVICE_UUID

#define GUS_SERVICE_UUID
Value:
0x1B, 0xD7, 0x90, 0xEC, 0xE8, 0xB9, 0x75, 0x80,\
0x0A, 0x46, 0x44, 0xD3, 0x01, 0x02, 0xED, 0xA6

The UUID of Goodix UART Service for setting advertising data.

Definition at line 75 of file gus.h.