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
Macro | Description |
---|---|
GAP_APPEARANCE_UNKNOWN | Appearance value for an unknown or unspecified device. |
GAP_APPEARANCE_GENERIC_PHONE | Appearance value for a generic phone device. |
GAP_APPEARANCE_GENERIC_COMPUTER | Appearance value for a generic computer device. |
GAP_APPEARANCE_GENERIC_WATCH | Appearance value for a generic watch device. |
GAP_APPEARANCE_GENERIC_HID | Appearance value for a generic Human Interface Device (HID). |
GAP_APPEARANCE_GENERIC_GLUCOSE_METER | Appearance value for a generic glucose meter. |
GAP_APPEARANCE_GENERIC_CYCLING | Appearance value for a generic cycling-related device. |
GAP_APPEARANCE_GENERIC_WEIGHT_SCALE | Appearance value for a generic weight scale. |