mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9763 from paul-szczepanek-arm/gattserver-fix
BLE: fixed initialisation order in GattServerpull/9774/head
commit
4b83fe1103
|
|
@ -196,9 +196,9 @@ protected:
|
||||||
* Construct a GattServer instance.
|
* Construct a GattServer instance.
|
||||||
*/
|
*/
|
||||||
GattServer() :
|
GattServer() :
|
||||||
|
eventHandler(NULL),
|
||||||
serviceCount(0),
|
serviceCount(0),
|
||||||
characteristicCount(0),
|
characteristicCount(0),
|
||||||
eventHandler(NULL),
|
|
||||||
dataSentCallChain(),
|
dataSentCallChain(),
|
||||||
dataWrittenCallChain(),
|
dataWrittenCallChain(),
|
||||||
dataReadCallChain(),
|
dataReadCallChain(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue