From b34d09c47ec1f3011d2e68aabc7ec3cf3f5e7d35 Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Wed, 14 Nov 2018 17:56:03 +0000 Subject: [PATCH] BLE: Fix AdvertisingParameters::getChannelXX functions. --- features/FEATURE_BLE/ble/gap/AdvertisingParameters.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: