init param to false until user changes it

pull/8738/head
paul-szczepanek-arm 2018-11-11 19:16:42 +00:00 committed by Vincent Coubard
parent 4c4743db7b
commit d00a92d10f
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ public:
_connectionSupervisionTimeout[i] = 0xC80;
_minimumEventLength[i] = 0;
_maximumEventLength[i] = 0xFFFF;
_enabledPhy[i] = false;
}
};