|
dragoon
4383
|
L2CAP channel TX parameters. More...
#include <ble_l2cap.h>
Data Fields | |
| uint16_t | tx_mtu |
| uint16_t | peer_mps |
| uint16_t | tx_mps |
| uint16_t | credits |
L2CAP channel TX parameters.
Definition at line 216 of file ble_l2cap.h.
| uint16_t ble_l2cap_ch_tx_params_t::credits |
Initial credits given by the peer.
Definition at line 226 of file ble_l2cap.h.
| uint16_t ble_l2cap_ch_tx_params_t::peer_mps |
The maximum L2CAP PDU payload size, in bytes, that the peer is able to receive on this L2CAP channel.
Definition at line 220 of file ble_l2cap.h.
| uint16_t ble_l2cap_ch_tx_params_t::tx_mps |
The maximum L2CAP PDU payload size, in bytes, that L2CAP is able to transmit on this L2CAP channel. This is effective tx_mps, selected by the SoftDevice as MIN( ble_l2cap_ch_tx_params_t::peer_mps, ble_l2cap_conn_cfg_t::tx_mps )
Definition at line 222 of file ble_l2cap.h.
| uint16_t ble_l2cap_ch_tx_params_t::tx_mtu |
The maximum L2CAP SDU size, in bytes, that L2CAP is able to transmit on this L2CAP channel.
Definition at line 218 of file ble_l2cap.h.