mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Fix AdvertisingParameters::getChannelXX functions.
parent
184533ab3e
commit
b34d09c47e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue