S132 SoftDevice v5.0.0
Data Fields
ble_l2cap_ch_rx_params_t Struct Reference

L2CAP channel RX parameters. More...

#include <ble_l2cap.h>

Data Fields

uint16_t rx_mtu
 
uint16_t rx_mps
 
ble_data_t sdu_buf
 

Detailed Description

L2CAP channel RX parameters.

Field Documentation

uint16_t ble_l2cap_ch_rx_params_t::rx_mps
        The maximum L2CAP PDU payload size, in bytes, that L2CAP shall be

able to receive on this L2CAP channel.

uint16_t ble_l2cap_ch_rx_params_t::rx_mtu
        The maximum L2CAP SDU size, in bytes, that L2CAP shall be able to

receive on this L2CAP channel.

ble_data_t ble_l2cap_ch_rx_params_t::sdu_buf
       SDU data buffer for reception.

Documentation feedback | Developer Zone | Subscribe | Updated