minor change: add an explicit public accessor.
This commit is contained in:
parent
f13fe428de
commit
890035c62f
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue