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.
Fork of BLE_API by
Diff: public/GattServerEvents.h
- Revision:
- 253:097be53aea02
- Parent:
- 249:5d9118449482
- Child:
- 260:ea7f9f14cc15
--- a/public/GattServerEvents.h Fri Dec 12 13:32:24 2014 +0000 +++ b/public/GattServerEvents.h Fri Dec 12 13:32:24 2014 +0000 @@ -31,7 +31,8 @@ GATT_EVENT_UPDATES_ENABLED = 3, /**< Notify/Indicate Enabled in CCCD */ GATT_EVENT_UPDATES_DISABLED = 4, /**< Notify/Indicate Disabled in CCCD */ GATT_EVENT_CONFIRMATION_RECEIVED = 5, /**< Response received from Indicate message */ - GATT_EVENT_WRITE_AUTHORIZATION_REQ = 6, /**< Request application to authorize write */ + GATT_EVENT_READ_AUTHORIZATION_REQ = 6, /**< Request application to authorize read */ + GATT_EVENT_WRITE_AUTHORIZATION_REQ = 7, /**< Request application to authorize write */ } gattEvent_t; };