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

Description

Tx Credit info parameter.

Data Fields

uint16_t lCid
 Local CID.
 
uint16_t credit
 The number of Credits (LE-frames)
 
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_low_tx_credit_param_t::result

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

Credit overflow, or if total number of Credits crosses specification defined maximum limit of 0xFFFF).