BLE_ANCS_AppAttrsMask_T
C
typedef struct BLE_ANCS_AppAttrsMask_T { unsigned int displayName : 1; unsigned int reserved : 7; } BLE_ANCS_AppAttrsMask_T;
Description
Structure representing the bitmask for iOS app attribute flags.
Field Documentation
Field | Description |
---|---|
displayName | Flag indicating the presence of the Display Name attribute. |
reserved | Reserved bits for future use. |