High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: hw/GattServerEvents.h
- Revision:
- 77:1436ecf09583
- Parent:
- 34:da2ea8cd6216
- Child:
- 97:a412356d9f49
diff -r 103fac6e36d1 -r 1436ecf09583 hw/GattServerEvents.h --- a/hw/GattServerEvents.h Mon Jun 09 08:29:22 2014 +0100 +++ b/hw/GattServerEvents.h Mon Jun 09 08:34:47 2014 +0100 @@ -27,7 +27,8 @@ triggered with the GATT Server. */ /**************************************************************************/ -class GattServerEvents { +class GattServerEvents +{ public: /******************************************************************/ /*! @@ -36,8 +37,7 @@ callback occurs */ /******************************************************************/ - typedef enum gattEvent_e - { + typedef enum gattEvent_e { GATT_EVENT_DATA_SENT = 1, /**< Fired when a msg was *successfully sent out *(notify only?) */