PASS Alert Status bits.
More...
PASS Alert Status bits.
◆ PASS_ALL_STATE_ACTIVE
#define PASS_ALL_STATE_ACTIVE (0x07) |
Bit for no state active.
Definition at line 92 of file pass.h.
◆ PASS_DISPLAY_ALERT_ACTIVE
#define PASS_DISPLAY_ALERT_ACTIVE (0x01 << 2) |
Bit for display Alert Status State active.
Definition at line 91 of file pass.h.
◆ PASS_NO_STATE_ACTIVE
#define PASS_NO_STATE_ACTIVE (0x00) |
Bit for no state active.
Definition at line 88 of file pass.h.
◆ PASS_RINGER_ACTIVE
#define PASS_RINGER_ACTIVE (0x01 << 0) |
Bit for ringer State active.
Definition at line 89 of file pass.h.
◆ PASS_VIBRATE_ACTIVE
#define PASS_VIBRATE_ACTIVE (0x01 << 1) |
Bit for vibrate State active.
Definition at line 90 of file pass.h.