BLE_GAP_CharAppearance_T
C
typedef struct BLE_GAP_CharAppearance_T
{
    uint16_t                appearance;
} BLE_GAP_CharAppearance_T;Description
Structure for the Appearance characteristic containing the appearance value.
Field Documentation
| Field | Description | 
|---|---|
| appearance | Appearance value as defined by the Bluetooth SIG Assigned Numbers for Appearance characteristic. See Appearance definitions. | 
