1.1.2.3.1.1.3.2 BLE_ANCS_DecodeAppAttrs_T

C

typedef struct
{
    uint8_t                     appId[BLE_ANCS_MAX_APPID_LEN];
    uint8_t                     displayName[BLE_ANCS_MAX_APP_NAME_LEN];
} BLE_ANCS_DecodeAppAttrs_T;

Description

The structure contains iOS app attributes decoded information.

Field Documentation

FieldDescription
appIdApp Identifier.
displayNameDisplay Name.