Workaround to disable bluetooth on NRF52 (#4055)

* Workaround to allow bluetooth disable on NRF52

* Use miminum tx power for bluetooth

* Reorganize

* Instantiate nrf52Bluetooth correctly..

* Change log message
This commit is contained in:
todd-herbert
2024-06-12 23:34:00 +12:00
committed by GitHub
parent 0c23e3109a
commit d60d1d7447
3 changed files with 50 additions and 18 deletions

View File

@@ -8,6 +8,7 @@ class NRF52Bluetooth : BluetoothApi
public:
void setup();
void shutdown();
void startDisabled();
void resumeAdvertising();
void clearBonds();
bool isConnected();