mirror of https://github.com/ARMmbed/mbed-os.git
init param to false until user changes it
parent
4c4743db7b
commit
d00a92d10f
|
@ -40,6 +40,7 @@ public:
|
||||||
_connectionSupervisionTimeout[i] = 0xC80;
|
_connectionSupervisionTimeout[i] = 0xC80;
|
||||||
_minimumEventLength[i] = 0;
|
_minimumEventLength[i] = 0;
|
||||||
_maximumEventLength[i] = 0xFFFF;
|
_maximumEventLength[i] = 0xFFFF;
|
||||||
|
_enabledPhy[i] = false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue