minor change: add an explicit public accessor.

This commit is contained in:
Rohit Grover 2015-05-27 13:31:56 +01:00
parent f13fe428de
commit 890035c62f

View file

@ -109,6 +109,7 @@ public:
uint8_t auth_signed_wr :1; /**< Writing the value with Signed Write Command permitted. */
};
public:
void setup(Properties_t propsIn,
GattAttribute::Handle_t declHandleIn,
GattAttribute::Handle_t valueHandleIn) {