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

FieldDescription
displayNameFlag indicating the presence of the Display Name attribute.
reservedReserved bits for future use.