TI BLE Stack API Documentation  2.03.08
Macros
GAP Central Role Parameters

Macros

#define GAPCENTRALROLE_IRK   0x400
 Identity Resolving Key. Read/Write. Size is uint8_t[KEYLEN]. Default is all 0, which means that the IRK will be randomly generated.
 
#define GAPCENTRALROLE_SRK   0x401
 Signature Resolving Key. Read/Write. Size is uint8_t[KEYLEN]. Default is all 0, which means that the SRK will be randomly generated.
 
#define GAPCENTRALROLE_SIGNCOUNTER   0x402
 Sign Counter. Read/Write. Size is uint32_t. Default is 0.
 
#define GAPCENTRALROLE_BD_ADDR   0x403
 Device's Address. Read Only. Size is uint8_t[B_ADDR_LEN]. This item is read from the controller.
 
#define GAPCENTRALROLE_MAX_SCAN_RES   0x404
 Maximum number of discover scan results to receive. Default is 0, which means 0 results will be received.
 
#define GAPCENTRALROLE_LINK_PARAM_UPDATE_REQ_REPLY   0x405
 Action taken on Link Param Update Request received. size is uint8_t. Default is GAPCENTRALROLE_PARAM_UPDATE_REQ_AUTO_ACCEPT.
 

Detailed Description