Macros

#define AMS_C_CONNECTION_MAX   10
 
#define AMS_C_ATTR_COUNT_MAX   256
 
#define AMS_C_TRUNCATED_FLAG   (0x01<<0)
 
#define AMS_SRVC_UUID
 
#define AMS_CMD_UUID
 
#define AMS_ATTR_UPDATE_UUID
 
#define AMS_ATTR_DISPLAY_UUID
 

Detailed Description

Macro Definition Documentation

◆ AMS_ATTR_DISPLAY_UUID

#define AMS_ATTR_DISPLAY_UUID
Value:
0xd7, 0xd5, 0xbb, 0x70, 0xa8, 0xa3, 0xab, 0xa6,\
0xd8, 0x46, 0xab, 0x23, 0x8c, 0xf3, 0xb2, 0xc6

UUID of attribute display.

Definition at line 86 of file ams_c.h.

◆ AMS_ATTR_UPDATE_UUID

#define AMS_ATTR_UPDATE_UUID
Value:
0x02, 0xC1, 0x96, 0xBA, 0x92, 0xBB, 0x0C, 0x9A,\
0x1F, 0x41, 0x8D, 0x80, 0xCE, 0xAB, 0x7C, 0x2F

UUID of attribute update.

Definition at line 84 of file ams_c.h.

◆ AMS_C_ATTR_COUNT_MAX

#define AMS_C_ATTR_COUNT_MAX   256

The buffer size of command.

Definition at line 77 of file ams_c.h.

◆ AMS_C_CONNECTION_MAX

#define AMS_C_CONNECTION_MAX   10

Maximum number of HRS Client connections.

Definition at line 76 of file ams_c.h.

◆ AMS_C_TRUNCATED_FLAG

#define AMS_C_TRUNCATED_FLAG   (0x01<<0)

Bit of truncated.

Definition at line 78 of file ams_c.h.

◆ AMS_CMD_UUID

#define AMS_CMD_UUID
Value:
0xc2, 0x51, 0xca, 0xf7, 0x56, 0x0e, 0xdf, 0xb8,\
0x8a, 0x4a, 0xb1, 0x57, 0xd8, 0x81, 0x3c, 0x9b

UUID of remote command.

Definition at line 82 of file ams_c.h.

◆ AMS_SRVC_UUID

#define AMS_SRVC_UUID
Value:
0xdc, 0xf8, 0x55, 0xad, 0x02, 0xc5, 0xf4, 0x8e,\
0x3a, 0x43, 0x36, 0x0f, 0x2b, 0x50, 0xd3, 0x89

UUID of Apple media service.

Definition at line 80 of file ams_c.h.