PASS Alert Status bits. More...

+ Collaboration diagram for Alert Status BIT:

Macros

#define PASS_C_CONNECTION_MAX   10
 Maximum number of HRS Client connections. More...
 
#define PASS_C_NO_STATE_ACTIVE   (0x00)
 Bit for no state active. More...
 
#define PASS_C_RINGER_ACTIVE   (0x01 << 0)
 Bit for ringer State active. More...
 
#define PASS_C_VIBRATE_ACTIVE   (0x01 << 1)
 Bit for vibrate State active. More...
 
#define PASS_C_DISPLAY_ALERT_ACTIVE   (0x01 << 2)
 Bit for display Alert Status State active. More...
 
#define PASS_C_ALL_STATE_ACTIVE   (0x07)
 Bit for no state active. More...
 

Detailed Description

PASS Alert Status bits.

Macro Definition Documentation

◆ PASS_C_ALL_STATE_ACTIVE

#define PASS_C_ALL_STATE_ACTIVE   (0x07)

Bit for no state active.

Definition at line 82 of file pass_c.h.

◆ PASS_C_CONNECTION_MAX

#define PASS_C_CONNECTION_MAX   10

Maximum number of HRS Client connections.

Definition at line 77 of file pass_c.h.

◆ PASS_C_DISPLAY_ALERT_ACTIVE

#define PASS_C_DISPLAY_ALERT_ACTIVE   (0x01 << 2)

Bit for display Alert Status State active.

Definition at line 81 of file pass_c.h.

◆ PASS_C_NO_STATE_ACTIVE

#define PASS_C_NO_STATE_ACTIVE   (0x00)

Bit for no state active.

Definition at line 78 of file pass_c.h.

◆ PASS_C_RINGER_ACTIVE

#define PASS_C_RINGER_ACTIVE   (0x01 << 0)

Bit for ringer State active.

Definition at line 79 of file pass_c.h.

◆ PASS_C_VIBRATE_ACTIVE

#define PASS_C_VIBRATE_ACTIVE   (0x01 << 1)

Bit for vibrate State active.

Definition at line 80 of file pass_c.h.