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

Description

Connect response parameter.

Data Fields

uint16_t localCid
 This parameter specifies the local L2CAP channel end-point for this new L2CAP channel. More...
 
uint16_t credit
 The credit value field represents number of Credits the receiving device can increment. More...
 

Field Documentation

◆ localCid

uint16_t cy_stc_ble_l2cap_cbfc_credit_info_t::localCid

This parameter specifies the local L2CAP channel end-point for this new L2CAP channel.

On receipt of L2CAP Connect Request command from the peer, the local L2CAP will temporarily create a channel. This parameter identifies the new channel. If the upper-layer PSM chooses to reject this connection, this temporary channel will be closed.

◆ credit

uint16_t cy_stc_ble_l2cap_cbfc_credit_info_t::credit

The credit value field represents number of Credits the receiving device can increment.

The credit value field is a number between 1 and 65535.