vo dung / Mbed 2 deprecated eddystone_URL

Dependencies:   mbed

Dependents:   ibeacon

Fork of BLE_WallbotBLE_Challenge by JKSoft

Embed: (wiki syntax)

« Back to documentation index

GattServer Class Reference

GattServer Class Reference

The base class used to abstract GATT Server functionality to a specific radio transceiver, SOC or BLE Stack. More...

#include <GattServer.h>

Inherited by nRF51GattServer.

Public Types

typedef void(* ServerEventCallback_t )(void)
 independent of any particular attribute
typedef void(* ServerEventCallbackWithCount_t )(unsigned count)
 independent of any particular attribute

Detailed Description

The base class used to abstract GATT Server functionality to a specific radio transceiver, SOC or BLE Stack.

Definition at line 34 of file GattServer.h.


Member Typedef Documentation

typedef void(* ServerEventCallback_t)(void)

independent of any particular attribute

Definition at line 49 of file GattServer.h.

typedef void(* ServerEventCallbackWithCount_t)(unsigned count)

independent of any particular attribute

Definition at line 50 of file GattServer.h.