mbed HRM11017を使ってkonashi.jsでナイトライダー

Dependencies:   BLE_API_Native_IRC mbed

Fork of BLE_RCBController by Junichi Katsu

Embed: (wiki syntax)

« Back to documentation index

ble_l2cap_evt_rx_t Struct Reference

L2CAP Received packet event report. More...

#include <ble_l2cap.h>

Data Fields

uint8_t data [1]
 L2CAP packet header.

Detailed Description

L2CAP Received packet event report.

Definition at line 68 of file ble_l2cap.h.


Field Documentation

uint8_t data[1]

L2CAP packet header.

Packet data, variable length.

Definition at line 71 of file ble_l2cap.h.