We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400fd82 commit db4aecbCopy full SHA for db4aecb
features/FEATURE_BLE/ble/GattServer.h
@@ -196,9 +196,9 @@ class GattServer {
196
* Construct a GattServer instance.
197
*/
198
GattServer() :
199
+ eventHandler(NULL),
200
serviceCount(0),
201
characteristicCount(0),
- eventHandler(NULL),
202
dataSentCallChain(),
203
dataWrittenCallChain(),
204
dataReadCallChain(),
0 commit comments