TI BLE Stack API Documentation  2.03.09
Macros
BLE Non-volatile IDs

Macros

#define BLE_NVID_IRK   0x02
 The Device's IRK.
 
#define BLE_NVID_CSRK   0x03
 The Device's CSRK.
 
#define BLE_NVID_SIGNCOUNTER   0x04
 The Device's Sign Counter.
 
#define BLE_LRU_BOND_LIST   0x05
 The Device's order of bond indexes in least recently used order.
 
#define BLE_NVID_GAP_BOND_START   0x20
 Start of the GAP Bond Manager's NV IDs.
 
#define BLE_NVID_GAP_BOND_END   0x5f
 End of the GAP Bond Manager's NV IDs Range.
 
#define BLE_NVID_GATT_CFG_START   0x70
 Start of the GATT Configuration NV IDs.
 
#define BLE_NVID_GATT_CFG_END   0x79
 End of the GATT Configuration NV IDs.
 
#define BLE_NVID_CUST_START   0x80
 Start of the Customer's NV IDs.
 
#define BLE_NVID_CUST_END   0x8F
 End of the Customer's NV IDs.
 

Detailed Description