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
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. |