THS service and characteristcs UUID. More...

+ Collaboration diagram for THS UUIDs:

Macros

#define THS_C_CONNECTION_MAX   10
 Maximum number of THS Client connections. More...
 
#define THS_SVC_UUID
 UUID of THS Service. More...
 
#define THS_TX_CHAR_UUID
 UUID of THS Tx Characteristic. More...
 
#define THS_RX_CHAR_UUID
 UUID of THS Rx Characteristic. More...
 
#define THS_SETTING_CHAR_UUID
 UUID of THS Setting Characteristic. More...
 
#define THS_TOGGLE_CHAR_UUID
 UUID of THS Toggle Characteristic. More...
 

Detailed Description

THS service and characteristcs UUID.

Macro Definition Documentation

◆ THS_C_CONNECTION_MAX

#define THS_C_CONNECTION_MAX   10

Maximum number of THS Client connections.

Definition at line 75 of file ths_c.h.

◆ THS_RX_CHAR_UUID

#define THS_RX_CHAR_UUID
Value:
{0x1B, 0xD7, 0x90, 0xEC, 0xE8, 0xB9, 0x75, 0x80,\
0x0A, 0x46, 0x44, 0xD3, 0x03, 0x03, 0xED, 0xA6}

UUID of THS Rx Characteristic.

Definition at line 81 of file ths_c.h.

◆ THS_SETTING_CHAR_UUID

#define THS_SETTING_CHAR_UUID
Value:
{0x1B, 0xD7, 0x90, 0xEC, 0xE8, 0xB9, 0x75, 0x80,\
0x0A, 0x46, 0x44, 0xD3, 0x04, 0x03, 0xED, 0xA6}

UUID of THS Setting Characteristic.

Definition at line 83 of file ths_c.h.

◆ THS_SVC_UUID

#define THS_SVC_UUID
Value:
{0x1B, 0xD7, 0x90, 0xEC, 0xE8, 0xB9, 0x75, 0x80,\
0x0A, 0x46, 0x44, 0xD3, 0x01, 0x03, 0xED, 0xA6}

UUID of THS Service.

Definition at line 77 of file ths_c.h.

◆ THS_TOGGLE_CHAR_UUID

#define THS_TOGGLE_CHAR_UUID
Value:
{0x1B, 0xD7, 0x90, 0xEC, 0xE8, 0xB9, 0x75, 0x80,\
0x0A, 0x46, 0x44, 0xD3, 0x05, 0x03, 0xED, 0xA6}

UUID of THS Toggle Characteristic.

Definition at line 85 of file ths_c.h.

◆ THS_TX_CHAR_UUID

#define THS_TX_CHAR_UUID
Value:
{0x1B, 0xD7, 0x90, 0xEC, 0xE8, 0xB9, 0x75, 0x80,\
0x0A, 0x46, 0x44, 0xD3, 0x02, 0x03, 0xED, 0xA6}

UUID of THS Tx Characteristic.

Definition at line 79 of file ths_c.h.