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