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

Description

Tx Data parameter.

Data Fields

uint8_t * buffer
 Transmit data.
 
uint16_t bufferLength
 L2CAP Data Packet length. More...
 
uint16_t localCid
 This parameter specifies the local channel end-point for the L2CAP channel. More...
 

Field Documentation

◆ bufferLength

uint16_t cy_stc_ble_l2cap_cbfc_tx_data_info_t::bufferLength

L2CAP Data Packet length.

It shall be the minimum of local L2CAP MTU and peer L2CAP MTU size.

◆ localCid

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