Appearance definitions

C

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

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.