project for nrf51822 qfab
Dependencies: eddystone_URL mbed
Fork of eddystone_URL by
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.
Generated on Tue Jul 12 2022 13:03:02 by
1.7.2
