ble

Dependencies:   HC_SR04_Ultrasonic_Library Servo mbed

Fork of FIP_REV1 by Robotique FIP

Embed: (wiki syntax)

« Back to documentation index

GattService Class Reference

GattService Class Reference

GATT service. More...

#include <GattService.h>

Public Member Functions

 GattService (const UUID &uuid, GattCharacteristic *characteristics[], unsigned numCharacteristics)
 Creates a new GattService using the specified 128-bit UUID.

Detailed Description

GATT service.

Definition at line 31 of file GattService.h.


Constructor & Destructor Documentation

GattService ( const UUID &  uuid,
GattCharacteristic characteristics[],
unsigned  numCharacteristics 
)

Creates a new GattService using the specified 128-bit UUID.

Note:
The UUID value must be unique on the device
Parameters:
[in]uuidThe 16 byte (128-bit) UUID to use for this characteristic

EXAMPLE

Definition at line 39 of file GattService.cpp.