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

Description

Receive Data parameter.

Data Fields

uint8_t * rxData
 Received L2cap Data.
 
uint16_t rxDataLength
 Received L2cap Data Length.
 
uint16_t lCid
 Local CID.
 
cy_en_ble_l2cap_result_param_t result
 A result value of 0x0000 indicates success, while a non-zero value indicates an error condition (e.g. More...
 

Field Documentation

◆ result

cy_en_ble_l2cap_result_param_t cy_stc_ble_l2cap_cbfc_rx_param_t::result

A result value of 0x0000 indicates success, while a non-zero value indicates an error condition (e.g.

peer device violating Credit flow, or L2CAP MTU size limit).