summaryrefslogtreecommitdiff
path: root/src/systemtask/Messages.h
diff options
context:
space:
mode:
authorJames A. Jerkins <evergreen@jamesjerkinscomputer.com>2021-10-30 18:02:39 (GMT)
committerJF <JF002@users.noreply.github.com>2021-12-09 20:14:16 (GMT)
commit62dbcbfc953a36202d96466563a8e71b8bd4ff65 (patch)
treec4819a9f3716bf6cf4fa839b5116b01671253a6f /src/systemtask/Messages.h
parent85a25302bfac215f9ec7b993f6a2c21a20ee223b (diff)
Connect and bond with a passkey
This commit adds the following: Passkey pairing - passkey is displayed on watch Swipe down to clear passkey screen Connection encryption Connection bonding Automatic reconnects to a bonded peripheral Trusted device on Android Note that persisting the bond between reboots is NOT included in this commit. Therefore, rebooting the watch will cause reconnect failures. You must delete the bond from the phone to reconnect/pair.
Diffstat (limited to 'src/systemtask/Messages.h')
-rw-r--r--src/systemtask/Messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemtask/Messages.h b/src/systemtask/Messages.h
index b714270..516f646 100644
--- a/src/systemtask/Messages.h
+++ b/src/systemtask/Messages.h
@@ -22,6 +22,7 @@ namespace Pinetime {
DisableSleeping,
OnNewDay,
OnChargingEvent,
+ OnPairing,
SetOffAlarm,
StopRinging,
MeasureBatteryTimerExpired,