S132 SoftDevice v5.0.0
Data Fields
ble_l2cap_ch_tx_params_t Struct Reference

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
 

Detailed Description

L2CAP channel TX parameters.

Field Documentation

uint16_t ble_l2cap_ch_tx_params_t::credits

Initial credits given by the peer.

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.

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 )

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.


Documentation feedback | Developer Zone | Subscribe | Updated