Skip to content

Commit

Permalink
fix setLowPowerModeEnabled param
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocavagnis committed Oct 25, 2023
1 parent fa5f163 commit cc1798a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local/BLELocalDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ void BLELocalDevice::noDebug()

void BLELocalDevice::setLowPowerModeEnabled(bool enabled)
{
HCI.leSetLPMode(status);
HCI.leSetLPMode(enabled);
}

#if !defined(FAKE_BLELOCALDEVICE)
Expand Down

0 comments on commit cc1798a

Please sign in to comment.