1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-30 05:52:57 +01:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service
chklump 3b6f3b11bb Fix body_length overflow for long notifications.
The body_length field in the header is only one byte (byte 8). If it it is set to 256 it overflows to 0 wich results in a corrupt notification. So the maximum body length is 255.
2021-08-27 14:04:06 +02:00
..
btclassic update license headers 2021-01-10 23:38:13 +01:00
btle Assume timezone UTC for BLE time protocol 2021-08-06 01:05:51 +02:00
devices Fix body_length overflow for long notifications. 2021-08-27 14:04:06 +02:00
receivers update license headers 2021-01-10 23:38:13 +01:00
serial update license headers 2021-01-10 23:38:13 +01:00
AbstractDeviceSupport.java Refactoring: localize notification handling in GB 2021-05-29 23:17:39 +02:00
DeviceCommunicationService.java Refactoring: localize notification handling in GB 2021-05-29 23:17:39 +02:00
DeviceSupport.java update license headers 2021-01-10 23:38:13 +01:00
DeviceSupportFactory.java Fix missing breaks in switch, should fix UM25 support 2021-07-20 12:11:44 +02:00
NotificationCollectorMonitorService.java update license headers 2021-01-10 23:38:13 +01:00
ServiceDeviceSupport.java update license headers 2021-01-10 23:38:13 +01:00