![]() |
S332 SoftDevice
v6.1.1
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice 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 |
L2CAP channel RX parameters.
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.