dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_l2cap_evt_ch_rx_t Struct Reference

L2CAP Channel received SDU event. More...

#include <ble_l2cap.h>

Data Fields

uint16_t sdu_len
 
ble_data_t sdu_buf
 

Detailed Description

L2CAP Channel received SDU event.

Definition at line 265 of file ble_l2cap.h.

Field Documentation

ble_data_t ble_l2cap_evt_ch_rx_t::sdu_buf

SDU data buffer.

Note
If there is not enough space in the buffer (sdu_buf.len < sdu_len) then the rest of the SDU will be silently discarded by the SoftDevice.

Definition at line 268 of file ble_l2cap.h.

uint16_t ble_l2cap_evt_ch_rx_t::sdu_len

Total SDU length, in bytes.

Definition at line 267 of file ble_l2cap.h.


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