iOSのBLEコントローラアプリ「RCBController」と接続し、コントローラの操作を取得するサンプルプログラムです。 mbed HRM1017で動作を確認しています。

Dependencies:   BLE_API_Native_IRC BLE_API mbed

Embed: (wiki syntax)

« Back to documentation index

ble_gatts_evt_timeout_t Struct Reference

ble_gatts_evt_timeout_t Struct Reference
[Structures]

Event structure for BLE_GATTS_EVT_TIMEOUT. More...

#include <ble_gatts.h>

Data Fields

uint8_t src
 Timeout source, see GATT Timeout sources.

Detailed Description

Event structure for BLE_GATTS_EVT_TIMEOUT.

Definition at line 294 of file ble_gatts.h.


Field Documentation

uint8_t src

Timeout source, see GATT Timeout sources.

Definition at line 296 of file ble_gatts.h.