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

Description

Memory request parameters.

Data Fields

cy_en_ble_protocol_req_t request
 Protocol Request type.
 
void * configMemory
 This is an output parameter that the application must fill and pass to the BLE Stack as per the below table: More...
 
uint8_t allocFree
 The event parameter is generated to allocate memory or to free up previously allocated memory CY_BLE_ALLOC_MEMORY (0) = to allocate memory for request type, CY_BLE_FREE_MEMORY (1) = free previously allocated memory for the request type.
 
cy_stc_ble_conn_handle_t connHandle
 Connection handle.
 

Field Documentation

◆ configMemory

void* cy_stc_ble_memory_request_t::configMemory

This is an output parameter that the application must fill and pass to the BLE Stack as per the below table:

request memory
CY_BLE_PREPARED_WRITE_REQUEST cy_stc_ble_prepare_write_request_memory_t