Added an EddystoneURLConfigService in addition to UriBeaconConfigService. Updated README and converted comments that used UriBeacon to EddystoneURL in the EddystoneService.h

Dependents:   mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci

Fork of BLE_API by Bluetooth Low Energy

Embed: (wiki syntax)

« Back to documentation index

DiscoveredCharacteristic::DiscoveredDescriptor Struct Reference

DiscoveredCharacteristic::DiscoveredDescriptor Struct Reference

Structure for holding information about the service and the characteristics found during the discovery process. More...

#include <DiscoveredCharacteristic.h>

Data Fields

GattAttribute::Handle_t handle
 Descriptor Handle.
UUID uuid
 Descriptor UUID.

Detailed Description

Structure for holding information about the service and the characteristics found during the discovery process.

Definition at line 58 of file DiscoveredCharacteristic.h.


Field Documentation

GattAttribute::Handle_t handle

Descriptor Handle.

Definition at line 59 of file DiscoveredCharacteristic.h.

UUID uuid

Descriptor UUID.

Definition at line 60 of file DiscoveredCharacteristic.h.