BLE: Fix AdvertisingParameters::getChannelXX functions.

pull/8738/head
Vincent Coubard 2018-11-14 17:56:03 +00:00
parent 184533ab3e
commit b34d09c47e
1 changed files with 2 additions and 2 deletions

View File

@ -495,7 +495,7 @@ public:
*/ */
bool getChannel38() const bool getChannel38() const
{ {
return _channel37; return _channel38;
} }
@ -505,7 +505,7 @@ public:
*/ */
bool getChannel39() const bool getChannel39() const
{ {
return _channel37; return _channel39;
} }
private: private: