Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_BLE_HeartRate Nucleo_BLE_UART Nucleo_BLE_Demo Nucleo_BLE_UART
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>
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 20:44:38 by
1.7.2