InfiniTime/src/components/ble
2022-03-21 20:53:15 +01:00
..
weather Updated docs and renamed functions for consistency 2021-12-04 22:03:40 +02:00
AlertNotificationClient.cpp Add missing nrf_log.h includes shadowed by SystemMonitor.h 2022-03-08 20:28:54 +01:00
AlertNotificationClient.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
AlertNotificationService.cpp Minor style improvement 2021-12-04 22:03:40 +02:00
AlertNotificationService.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
BatteryInformationService.cpp Optional secure pairing with a passkey 2021-12-21 16:02:01 -06: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 Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime into evergreen22-airplane-mode 2022-02-20 15:40:49 +01:00
BleController.h Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime into evergreen22-airplane-mode 2022-02-20 15:40:49 +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 Add missing nrf_log.h includes shadowed by SystemMonitor.h 2022-03-08 20:28:54 +01:00
DfuService.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
FSService.cpp Fix more initializers 2021-12-10 01:18:57 +00:00
FSService.h Added move function 2021-12-10 01:18:57 +00:00
HeartRateService.cpp Add missing nrf_log.h includes shadowed by SystemMonitor.h 2022-03-08 20:28:54 +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 Add missing nrf_log.h includes shadowed by SystemMonitor.h 2022-03-08 20:28:54 +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 Limit the size of the track and album name received by MusicService. This should work around this bug : https://github.com/InfiniTimeOrg/InfiniTime/issues/825 and prevent heap over-allocation. 2022-03-21 20:53:15 +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 Add missing nrf_log.h includes shadowed by SystemMonitor.h 2022-03-08 20:28:54 +01:00
NimbleController.h Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime into evergreen22-airplane-mode 2022-02-20 15:40: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