Optional secure pairing with a passkey

Support passkey pairing when requested by the central
Fix a comment and reorder warning
This commit is contained in:
James A. Jerkins
2021-12-21 16:02:01 -06:00
parent 6a5946c4e3
commit eca0588c23
3 changed files with 4 additions and 6 deletions

View File

@@ -110,8 +110,8 @@ namespace Pinetime {
ImmediateAlertService immediateAlertService;
HeartRateService heartRateService;
MotionService motionService;
ServiceDiscovery serviceDiscovery;
FSService fsService;
ServiceDiscovery serviceDiscovery;
uint8_t addrType;
uint16_t connectionHandle = BLE_HS_CONN_HANDLE_NONE;