Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
cy_stc_ble_stack_mgr_mem_cfg_param_t Struct Reference

Description

BLE Stack Manager configuration structure for allocating memory pools for host and controller operation.

Data Fields

uint8_t * memoryHeapPtr
 Memory Heap pointer.
 
cy_stc_ble_stk_app_data_buff_tdataBuff
 Set of buffers needed for BLE Stack operation.
 
uint16_t totalHeapSz
 Memory heap pointer size.
 
uint8_t totalDataBufferPools
 Total data buffer pools.
 
const uint8_t * bleStackFlashPointer
 Pointer to an array of bytes to be allocated by the BLE Component for the storing the persistent data into the Flash. More...
 
uint32_t bleStackFlashSize
 Size of the total Flash memory pointed by bleStackFlashPointer.
 

Field Documentation

◆ bleStackFlashPointer

const uint8_t* cy_stc_ble_stack_mgr_mem_cfg_param_t::bleStackFlashPointer

Pointer to an array of bytes to be allocated by the BLE Component for the storing the persistent data into the Flash.

Pointer provided is should be aligned to the Flash boundary.