Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_l2cap_evt_rx_t Struct Reference

ble_l2cap_evt_rx_t Struct Reference
[Structures]

L2CAP Received packet event report. More...

#include <ble_l2cap.h>

Data Fields

ble_l2cap_header_t header
 L2CAP packet header.
uint8_t data [1]
 Packet data, variable length.

Detailed Description

L2CAP Received packet event report.

Definition at line 100 of file ble_l2cap.h.


Field Documentation

uint8_t data[1]

Packet data, variable length.

Definition at line 103 of file ble_l2cap.h.

L2CAP packet header.

Definition at line 102 of file ble_l2cap.h.