You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to adopted BLE Current time Service specifications (https://www.bluetooth.com/specifications/adopted-specifications)
"A server device shall notify this characteristic to the client device depending on the value of Client Characteristic Configuration descriptor when the time of the server device is adjusted. The events that can cause the local time in the server device to change are user interaction (setting time via UI), time zone change, DST offset change, or reference time change. These events are not exclusive."
ACTION_TIME_TICK however, is sent every minute. The notifications should be sent when the time is adjusted.
The text was updated successfully, but these errors were encountered:
According to adopted BLE Current time Service specifications (https://www.bluetooth.com/specifications/adopted-specifications)
"A server device shall notify this characteristic to the client device depending on the value of Client Characteristic Configuration descriptor when the time of the server device is adjusted. The events that can cause the local time in the server device to change are user interaction (setting time via UI), time zone change, DST offset change, or reference time change. These events are not exclusive."
ACTION_TIME_TICK however, is sent every minute. The notifications should be sent when the time is adjusted.
The text was updated successfully, but these errors were encountered: