InfiniTime/src/components/ble
James A. Jerkins 62dbcbfc95 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.
2021-12-09 21:14:16 +01:00
..
AlertNotificationClient.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
AlertNotificationClient.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
AlertNotificationService.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
AlertNotificationService.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
BatteryInformationService.cpp Connect and bond with a passkey 2021-12-09 21:14:16 +01:00
BatteryInformationService.h Notify battery level every 10 minutes when connected to a BLE host. 2021-07-11 16:55:06 +02:00
BleClient.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
BleController.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
BleController.h Connect and bond with a passkey 2021-12-09 21:14:16 +01:00
CurrentTimeClient.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
CurrentTimeClient.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
CurrentTimeService.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
CurrentTimeService.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
DeviceInformationService.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
DeviceInformationService.h Add missing standard includes 2021-11-15 22:02:49 +01:00
DfuService.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
DfuService.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
HeartRateService.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
HeartRateService.h MotionService : fix typo and characteristic array size + send notification only if the host subscribed to them. 2021-10-17 08:23:01 +02:00
ImmediateAlertService.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
ImmediateAlertService.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
MotionService.cpp Merge branch 'develop' into motionservice_fix_typo_in_include 2021-11-28 13:59:09 +01:00
MotionService.h Motion service : fix step notifications that were sent as a single byte instead of 4 (uint32_t). 2021-10-26 20:31:18 +02:00
MusicService.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
MusicService.h Inititialize members in class declaration 2021-07-02 17:47:14 +02:00
NavigationService.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
NavigationService.h Update nav service UUID macro to constexpr functions 2021-07-24 11:18:17 -04:00
NimbleController.cpp Connect and bond with a passkey 2021-12-09 21:14:16 +01:00
NimbleController.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
NotificationManager.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
NotificationManager.h Toggle notifications only, keep vibrations. 2021-09-12 11:08:25 +03:00
ServiceDiscovery.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
ServiceDiscovery.h Changed access modified indentation 2021-04-24 12:00:45 +03:00