diff options
| author | JF <jf@codingfield.com> | 2020-06-16 19:15:16 (GMT) |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2020-06-16 19:15:16 (GMT) |
| commit | 3a49bbbae48a62d5252fee0cb6d04002d917c820 (patch) | |
| tree | 800c2ab76a4609382865ba9fd8b16b9732e5eb03 /src/Components/Ble/NimbleController.h | |
| parent | a0e73f5c1a1e652aa6270b7e42a73aee3d12ded6 (diff) | |
| parent | 9a89ff7f7764df085a59c8a24fe578228a22fc6c (diff) | |
Merge branch 'develop' of JF/PineTime into master
Diffstat (limited to 'src/Components/Ble/NimbleController.h')
| -rw-r--r-- | src/Components/Ble/NimbleController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/Ble/NimbleController.h b/src/Components/Ble/NimbleController.h index 7e68060..cf50d78 100644 --- a/src/Components/Ble/NimbleController.h +++ b/src/Components/Ble/NimbleController.h @@ -50,7 +50,7 @@ namespace Pinetime { AlertNotificationClient alertNotificationClient; CurrentTimeService currentTimeService; - uint8_t addrType; + uint8_t addrType; // 1 = Random, 0 = PUBLIC uint16_t connectionHandle; ble_uuid128_t dfuServiceUuid { |
