S140 SoftDevice v7.3.0
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.
- Must be equal to or greater than BLE_L2CAP_MPS_MIN .
- Must be equal to or less than ble_l2cap_conn_cfg_t::rx_mps .
| 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.
- Must be equal to or greater than BLE_L2CAP_MTU_MIN .
| ble_data_t ble_l2cap_ch_rx_params_t::sdu_buf |
SDU data buffer for reception.
- If ble_data_t::p_data is non-NULL, initial credits are issued to the peer.
- If ble_data_t::p_data is NULL, no initial credits are issued to the peer.