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 0158971 commit e91570eCopy full SHA for e91570e
features/FEATURE_BLE/source/generic/GenericGap.cpp
@@ -44,7 +44,7 @@ static const uint16_t advertising_interval_max = 0x4000;
44
static const uint16_t supervision_timeout_min = 0x000A;
45
static const uint16_t supervision_timeout_max = 0x0C80;
46
47
-static const ConnectionParams_t default_connection_params = {
+static const Gap::ConnectionParams_t default_connection_params = {
48
/* min conn interval */ 50,
49
/* max conn interval */ 100,
50
/* slave latency */ 0,
0 commit comments