ble_l2cap_evt_conn_req_t Struct Reference

L2cap Connect Request event for BLE_L2CAP_EVT_CONN_REQ. More...

#include <ble_l2cap.h>

Public Attributes

uint16_t le_psm
 Le_psm number that should be registered by local device. More...
 
uint16_t peer_cid
 It represents the channel endpoint on the device sending the request and receiving the response. More...
 
uint16_t peer_mtu
 It indicates the maximum SDU size (in octets) that the L2CAP layer entity sending the LE Credit Based Connection Request can receive on this channel. More...
 
uint16_t peer_mps
 It indicates the maximum payload size (in octets) that the L2CAP layer entity sending the LE Credit Based Connection Request is capable of receiving on this channe. More...
 

Detailed Description

L2cap Connect Request event for BLE_L2CAP_EVT_CONN_REQ.

Definition at line 131 of file ble_l2cap.h.

Member Data Documentation

◆ le_psm

uint16_t ble_l2cap_evt_conn_req_t::le_psm

Le_psm number that should be registered by local device.

Definition at line 133 of file ble_l2cap.h.

◆ peer_cid

uint16_t ble_l2cap_evt_conn_req_t::peer_cid

It represents the channel endpoint on the device sending the request and receiving the response.

Definition at line 134 of file ble_l2cap.h.

◆ peer_mps

uint16_t ble_l2cap_evt_conn_req_t::peer_mps

It indicates the maximum payload size (in octets) that the L2CAP layer entity sending the LE Credit Based Connection Request is capable of receiving on this channe.

Definition at line 137 of file ble_l2cap.h.

◆ peer_mtu

uint16_t ble_l2cap_evt_conn_req_t::peer_mtu

It indicates the maximum SDU size (in octets) that the L2CAP layer entity sending the LE Credit Based Connection Request can receive on this channel.


Definition at line 135 of file ble_l2cap.h.


The documentation for this struct was generated from the following file: