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

Description

Disconnect request parameter.

Data Fields

uint16_t localCid
 This parameter specifies the local channel end-point for the L2CAP channel. More...
 

Field Documentation

◆ localCid

uint16_t cy_stc_ble_l2cap_cbfc_disconn_req_info_t::localCid

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

For the initiator of L2CAP channel establishment, this must be set to the value indicated by the CY_BLE_EVT_L2CAP_CBFC_CONN_CNF event. For the responder, the upper- layer protocol obtains this value when it receives the event CY_BLE_EVT_L2CAP_CBFC_CONN_IND.