sim: NimbleController: add stubs for new En/DisableRadio() functions

New functions added in
ef44b763d9
for the airplane-mode
This commit is contained in:
Reinhold Gschweicher
2022-02-26 21:30:04 +01:00
parent cdd66256ce
commit 2b8b4edba3
2 changed files with 20 additions and 0 deletions

View File

@@ -89,6 +89,9 @@ namespace Pinetime {
fastAdvCount = 0;
}
void EnableRadio();
void DisableRadio();
private:
// void PersistBond(struct ble_gap_conn_desc& desc);
// void RestoreBond();