Skip to content

Commit e91570e

Browse files
authored
BLE: Fix default connection params type.
1 parent 0158971 commit e91570e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/source/generic/GenericGap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static const uint16_t advertising_interval_max = 0x4000;
4444
static const uint16_t supervision_timeout_min = 0x000A;
4545
static const uint16_t supervision_timeout_max = 0x0C80;
4646

47-
static const ConnectionParams_t default_connection_params = {
47+
static const Gap::ConnectionParams_t default_connection_params = {
4848
/* min conn interval */ 50,
4949
/* max conn interval */ 100,
5050
/* slave latency */ 0,

0 commit comments

Comments
 (0)