Improve readability with getHandle inline
Fork of BLE_API by
Diff: public/GattCharacteristicWriteCBParams.h
- Revision:
- 118:620d28e7a1ba
- Parent:
- 116:ca826083980e
- Child:
- 251: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. */