|
dragoon
4383
|
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.
Definition at line 188 of file ble_l2cap.h.
| 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.
Definition at line 193 of file ble_l2cap.h.
| 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.
Definition at line 190 of file ble_l2cap.h.
| ble_data_t ble_l2cap_ch_rx_params_t::sdu_buf |
SDU data buffer for reception.
Definition at line 197 of file ble_l2cap.h.