InfiniTime/src/components/ble
NeroBurner a2356f2f4a
MusicService: add missing includes for TickType_t and xTaskGetTickCount (#2130)
Add `FreeRTOS.h` include for the directly used data type `TickType_t` in the header
and the function `xTaskGetTickCount` from FreeRTOS's `task.h`
2024-09-29 21:10:32 +02:00
..
AlertNotificationClient.cpp src: Enable unused parameter warning 2023-01-24 10:43:17 +02:00
AlertNotificationClient.h src: Enable unused parameter warning 2023-01-24 10:43:17 +02:00
AlertNotificationService.cpp src: Enable unused parameter warning 2023-01-24 10:43:17 +02:00
AlertNotificationService.h src: Enable unused parameter warning 2023-01-24 10:43:17 +02:00
BatteryInformationService.cpp src: Enable unused parameter warning 2023-01-24 10:43:17 +02:00
BatteryInformationService.h src: Enable unused parameter warning 2023-01-24 10:43:17 +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 Format header files 2023-01-09 21:41:21 +01:00
CurrentTimeClient.cpp DateTimeController: Remove SetTime tick parameter 2023-02-25 17:22:25 +02:00
CurrentTimeClient.h Format header files 2023-01-09 21:41:21 +01:00
CurrentTimeService.cpp DateTimeController: Remove SetTime tick parameter 2023-02-25 17:22:25 +02:00
CurrentTimeService.h src: Enable unused parameter warning 2023-01-24 10:43:17 +02:00
DeviceInformationService.cpp src: Enable unused parameter warning 2023-01-24 10:43:17 +02:00
DeviceInformationService.h src: Enable unused parameter warning 2023-01-24 10:43:17 +02:00
DfuService.cpp Refactor SystemTask state handling for resilience 2024-09-21 21:08:07 +02:00
DfuService.h Advertise HR service 2024-08-18 12:00:13 +02:00
FSService.cpp Fix various typos 2022-06-05 09:31:23 +03:00
FSService.h Format header files 2023-01-09 21:41:21 +01:00
HeartRateService.cpp HeartRateService: Remove SystemTask dependency 2023-03-19 12:41:01 +02:00
HeartRateService.h Advertise HR service 2024-08-18 12:00:13 +02:00
ImmediateAlertService.cpp src: Enable unused parameter warning 2023-01-24 10:43:17 +02:00
ImmediateAlertService.h src: Enable unused parameter warning 2023-01-24 10:43:17 +02:00
MotionService.cpp Only inhibit sleep if motion notifications are enabled, not just Bluetooth 2024-01-23 14:58:21 +01:00
MotionService.h Only inhibit sleep if motion notifications are enabled, not just Bluetooth 2024-01-23 14:58:21 +01:00
MusicService.cpp MusicService: add missing includes for TickType_t and xTaskGetTickCount (#2130) 2024-09-29 21:10:32 +02:00
MusicService.h MusicService: add missing includes for TickType_t and xTaskGetTickCount (#2130) 2024-09-29 21:10:32 +02:00
NavigationService.cpp NavigationService: Remove unused SystemTask ref 2023-03-19 12:41:01 +02:00
NavigationService.h NavigationService: Remove unused SystemTask ref 2023-03-19 12:41:01 +02:00
NimbleController.cpp Refactor SystemTask state handling for resilience 2024-09-21 21:08:07 +02:00
NimbleController.h Advertise HR service 2024-08-18 12:00:13 +02:00
NotificationManager.cpp Dismiss notifications by swiping right 2022-06-28 18:50:10 +02:00
NotificationManager.h NotificationManager.h: Reorder notification struct fields to allow easier creation. (#1774) 2023-07-09 14:39:38 +02: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
SimpleWeatherService.cpp Continuous time updates 2024-06-09 18:34:07 +02:00
SimpleWeatherService.h Continuous time updates 2024-06-09 18:34:07 +02:00