Lines Matching full:time
11 * @brief Current Time Service (CTS)
12 * @defgroup bt_cts Current Time Service (CTS)
25 * @brief CTS time update reason bits as defined in the specification
30 /* When time is changed manually e.g. through UI */
32 /* If time is changed through external reference */
34 /* time changed due to timezone adjust */
36 /* time changed due to dst offset change */
41 * @brief Current Time service data format, Please refer to
56 /** @brief Current Time Service callback structure */
58 /** @brief Current Time Service notifications changed
65 * @brief The Current Time has been updated by a peer.
66 * It is the responsibility of the application to store the new time.
68 * @param cts_time [IN] updated time
77 * @brief When current time Read request or notification is triggered, CTS uses
78 * this callback to retrieve current time information from application. Application
79 * must implement it and provide cts formatted current time information
83 * @param cts_time [IN] updated time
104 * current time update notification
114 * @brief Helper API to decode CTS formatted time into milliseconds since epoch
118 * @param ct_time [IN] cts time formatted time
127 * @brief Helper API to encode milliseconds since epoch to CTS formatted time
131 * @param ct_time [OUT] Pointer to store CTS formatted time