WIP Refactor ble advertising

Refactor ble advertising based on ble standards and conventions.
Changes are based on the bleprph example code, bluetooth docs, and nimble docs.
This commit is contained in:
James A. Jerkins
2021-08-29 15:50:04 -05:00
parent df8ea7fe52
commit be31f417db
4 changed files with 67 additions and 46 deletions

View File

@@ -101,5 +101,7 @@ namespace Pinetime {
ServiceDiscovery serviceDiscovery;
};
static NimbleController* nptr;
}
}