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

ble_gatts_char_handles_t Struct Reference
[Generic Attribute Profile (GATT) Server]

GATT Characteristic Definition Handles. More...

#include <ble_gatts.h>

Data Fields

uint16_t value_handle
 Handle to the characteristic value.
uint16_t user_desc_handle
 Handle to the User Description descriptor, or BLE_GATT_HANDLE_INVALID if not present.
uint16_t cccd_handle
 Handle to the Client Characteristic Configuration Descriptor, or BLE_GATT_HANDLE_INVALID if not present.
uint16_t sccd_handle
 Handle to the Server Characteristic Configuration Descriptor, or BLE_GATT_HANDLE_INVALID if not present.

Detailed Description

GATT Characteristic Definition Handles.

Definition at line 178 of file ble_gatts.h.


Field Documentation

uint16_t cccd_handle

Handle to the Client Characteristic Configuration Descriptor, or BLE_GATT_HANDLE_INVALID if not present.

Definition at line 182 of file ble_gatts.h.

uint16_t sccd_handle

Handle to the Server Characteristic Configuration Descriptor, or BLE_GATT_HANDLE_INVALID if not present.

Definition at line 183 of file ble_gatts.h.

uint16_t user_desc_handle

Handle to the User Description descriptor, or BLE_GATT_HANDLE_INVALID if not present.

Definition at line 181 of file ble_gatts.h.

uint16_t value_handle

Handle to the characteristic value.

Definition at line 180 of file ble_gatts.h.