Appearance definition

C

#define GAP_APPEARANCE_UNKNOWN                               (0U)
#define GAP_APPEARANCE_GENERIC_PHONE                         (64U)
#define GAP_APPEARANCE_GENERIC_COMPUTER                      (128U)
#define GAP_APPEARANCE_GENERIC_WATCH                         (192U)
#define GAP_APPEARANCE_GENERIC_HID                           (960U)
#define GAP_APPEARANCE_GENERIC_GLUCOSE_METER                 (1024U)
#define GAP_APPEARANCE_GENERIC_CYCLING                       (1152U)
#define GAP_APPEARANCE_GENERIC_WEIGHT_SCALE                  (3200U)

Description

Defines the standard appearance values used in GAP (Generic Access Profile).

Macro Definition

MacroDescription
GAP_APPEARANCE_UNKNOWNAppearance value for an unknown or unspecified device.
GAP_APPEARANCE_GENERIC_PHONEAppearance value for a generic phone device.
GAP_APPEARANCE_GENERIC_COMPUTERAppearance value for a generic computer device.
GAP_APPEARANCE_GENERIC_WATCHAppearance value for a generic watch device.
GAP_APPEARANCE_GENERIC_HIDAppearance value for a generic Human Interface Device (HID).
GAP_APPEARANCE_GENERIC_GLUCOSE_METERAppearance value for a generic glucose meter.
GAP_APPEARANCE_GENERIC_CYCLINGAppearance value for a generic cycling-related device.
GAP_APPEARANCE_GENERIC_WEIGHT_SCALEAppearance value for a generic weight scale.