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_evt_hdr_t Struct Reference

ble_evt_hdr_t Struct Reference
[Events, type definitions and API calls]

BLE Event header. More...

#include <ble.h>

Data Fields

uint16_t evt_id
 Value from a BLE_<module>_EVT series.
uint16_t evt_len
 Length in octets excluding this header.

Detailed Description

BLE Event header.

Definition at line 110 of file ble.h.


Field Documentation

uint16_t evt_id

Value from a BLE_<module>_EVT series.

Definition at line 112 of file ble.h.

uint16_t evt_len

Length in octets excluding this header.

Definition at line 113 of file ble.h.