ble_l2cap_ch_rx_params_t

S140 SoftDevice v6.1.1 API

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.