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/GattCharacteristicCallbackParams.h
- Revision:
- 510:fc2a15248577
- Parent:
- 508:77c551e72d06
- Child:
- 511:39612adfbf68
--- a/public/GattCharacteristicCallbackParams.h Fri Jun 19 15:52:04 2015 +0100 +++ b/public/GattCharacteristicCallbackParams.h Fri Jun 19 15:52:04 2015 +0100 @@ -34,14 +34,10 @@ }; struct GattCharacteristicReadCBParams { - GattAttribute::Handle_t charHandle; - enum Type { - GATTS_CHAR_OP_INVALID = 0x00, /**< Invalid Operation. */ - GATTS_CHAR_OP_READ_REQ = 0x0A, /**< Read Request. */ - } op; /**< Type of write operation, */ - uint16_t offset; /**< Offset for the read operation. */ - uint16_t len; - const uint8_t *data; /* @note: data might not persist beyond the callback; make a local copy if needed. */ + GattAttribute::Handle_t charHandle; + uint16_t offset; /**< Offset for the read operation. */ + uint16_t len; + const uint8_t *data; /* @note: data might not persist beyond the callback; make a local copy if needed. */ }; enum GattCharacteristicAuthCBReply_t {