TI BLE5-Stack API Documentation  1.01.08.00
Macros
GAP GATT Server Parameters

Macros

#define GGS_APPEARANCE_ATT   1
 
#define GGS_CENT_ADDR_RES_ATT   9
 
#define GGS_DEVICE_NAME_ATT   0
 
#define GGS_PERI_CONN_PARAM_ATT   4
 
#define GGS_RESOLVABLE_PRIVATE_ADDRESS_ONLY_ATT   10
 

Detailed Description

These parameters are used with GGS_SetParameter, GGS_GetParameter, and ggsAttrValueChange_t

Macro Definition Documentation

§ GGS_APPEARANCE_ATT

#define GGS_APPEARANCE_ATT   1

Appearance attribute

properties: RW

size: uint16_t

§ GGS_CENT_ADDR_RES_ATT

#define GGS_CENT_ADDR_RES_ATT   9

Central Address Resolution Attribute

This will always be set to GAP_PRIVACY_ENABLED since privacy 1.2.1 is always supported.

properties: R

size: uint8_t

§ GGS_DEVICE_NAME_ATT

#define GGS_DEVICE_NAME_ATT   0

Device Name attribute

properties: RW

size: uint8_t[GAP_DEVICE_NAME_LEN]

§ GGS_PERI_CONN_PARAM_ATT

#define GGS_PERI_CONN_PARAM_ATT   4

Peripheral Preferred Connection Parameters attribute

properties: RW

size: sizeof(gapPeriConnectParams_t)

§ GGS_RESOLVABLE_PRIVATE_ADDRESS_ONLY_ATT

#define GGS_RESOLVABLE_PRIVATE_ADDRESS_ONLY_ATT   10

Resolvable Address Only Attribute

This will always exist and be set to GAP_RPA_ONLY_MODE since privacy 1.2.1 is always supported.

properties: R

size: uint8_t

© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale