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/GattCharacteristicWriteCBParams.h
- Revision:
- 118:620d28e7a1ba
- Parent:
- 116:ca826083980e
- Child:
- 249:5d9118449482
diff -r 0fb20195102b -r 620d28e7a1ba public/GattCharacteristicWriteCBParams.h
--- a/public/GattCharacteristicWriteCBParams.h Mon Sep 08 17:11:58 2014 +0100
+++ b/public/GattCharacteristicWriteCBParams.h Mon Sep 22 10:59:09 2014 +0100
@@ -18,6 +18,7 @@
#define __GATT_CHARACTERISTIC_WRITE_CB_PARAMS_H__
struct GattCharacteristicWriteCBParams {
+ GattAttribute::Handle_t charHandle;
enum Type {
GATTS_CHAR_OP_INVALID = 0x00, /**< Invalid Operation. */
GATTS_CHAR_OP_WRITE_REQ = 0x01, /**< Write Request. */
