diff --git a/features/FEATURE_BLE/ble/gap/AdvertisingParameters.h b/features/FEATURE_BLE/ble/gap/AdvertisingParameters.h index d5494ace63..8494c95b28 100644 --- a/features/FEATURE_BLE/ble/gap/AdvertisingParameters.h +++ b/features/FEATURE_BLE/ble/gap/AdvertisingParameters.h @@ -495,7 +495,7 @@ public: */ bool getChannel38() const { - return _channel37; + return _channel38; } @@ -505,7 +505,7 @@ public: */ bool getChannel39() const { - return _channel37; + return _channel39; } private: