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

Description

Connect response parameter.

Data Fields

cy_stc_ble_l2cap_cbfc_connection_info_t connParam
 L2CAP Credit based flow Connection parameter.
 
uint16_t localCid
 This parameter specifies the local L2CAP channel end-point for this new L2CAP channel. More...
 
uint16_t response
 This parameter specifies the response of the upper layer for the new L2CAP channel establishment request from the peer. More...
 

Field Documentation

◆ localCid

uint16_t cy_stc_ble_l2cap_cbfc_conn_resp_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.

◆ response

uint16_t cy_stc_ble_l2cap_cbfc_conn_resp_info_t::response

This parameter specifies the response of the upper layer for the new L2CAP channel establishment request from the peer.

It must be set to a value as specified in L2CAP Connect Result Codes. Refer to Bluetooth 5.0 core specification, Volume 3, Part A, section 4.23 for more details.