NRF52 bluetooth cleanup and fix (#3328)

* NRF52 bluetooth cleanup. Fixes BLE not returning after serial PhoneAPI connection

* Use new var name in esp32 arch
This commit is contained in:
Ben Meadors
2024-03-03 13:56:55 -06:00
committed by GitHub
co-authored by GitHub
parent e5bf07d4fb
commit 72050530f1
9 changed files with 39 additions and 27 deletions
+2 -2
View File
@@ -16,5 +16,5 @@ class NimbleBluetooth : BluetoothApi
void startAdvertising();
};
void setBluetoothEnable(bool on);
void clearNVS();
void setBluetoothEnable(bool enable);
void clearNVS();