Home
last modified time | relevance | path

Searched refs:p_encode_buffer (Results 1 – 2 of 2) sorted by relevance

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/cts/
Dcts.c103 static void cts_cur_time_read_handler(gatts_read_cfm_t *p_cfm, uint8_t *p_encode_buffer);
104 static void cts_loc_time_info_read_handler(gatts_read_cfm_t *p_cfm, uint8_t *p_encode_buffer
105 static void cts_ref_time_info_read_handler(gatts_read_cfm_t *p_cfm, uint8_t *p_encode_buffer
440 static void cts_cur_time_read_handler(gatts_read_cfm_t *p_cfm, uint8_t *p_encode_buffer) in cts_cur_time_read_handler() argument
444 cts_cur_time_encode(&s_cts_env.cts_init.cur_time, p_encode_buffer); in cts_cur_time_read_handler()
447 p_cfm->value = p_encode_buffer; in cts_cur_time_read_handler()
458 static void cts_loc_time_info_read_handler(gatts_read_cfm_t *p_cfm, uint8_t *p_encode_buffer) in cts_loc_time_info_read_handler() argument
460 p_encode_buffer[0] = s_cts_env.cts_init.loc_time_info.time_zone; in cts_loc_time_info_read_handler()
461 p_encode_buffer[1] = s_cts_env.cts_init.loc_time_info.dst_offset; in cts_loc_time_info_read_handler()
463 p_cfm->value = p_encode_buffer; in cts_loc_time_info_read_handler()
[all …]
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/ndcs/
Dndcs.c80 …tic void ndcs_time_with_dst_read_handler(gatts_read_cfm_t *p_cfm, uint8_t *p_encode_buffer);
209 static void ndcs_time_with_dst_read_handler(gatts_read_cfm_t *p_cfm, uint8_t *p_encode_buffer) in ndcs_time_with_dst_read_handler() argument
211 prf_pack_date_time(p_encode_buffer, &s_ndcs_env.time_with_dst.date_time); in ndcs_time_with_dst_read_handler()
213 p_encode_buffer[INDEX_7] = s_ndcs_env.time_with_dst.dst_offset; in ndcs_time_with_dst_read_handler()
216 p_cfm->value = p_encode_buffer; in ndcs_time_with_dst_read_handler()