Microbit as a BLE gamepad

Dependents:   nRF51822

Fork of nrf51-sdk by Lancaster University

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.