Home
last modified time | relevance | path

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

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/cscs/
Dcscs.c109 static struct cscs_env_t s_cscs_env; variable
220 gatts_db.attr_tab_cfg = (uint8_t *)&(s_cscs_env.cscs_init.char_mask); in cscs_init()
228 s_cscs_env.start_hdl = *gatts_db.shdl; in cscs_init()
247 s_cscs_env.start_hdl, in cscs_read_att_cb()
249 … (uint8_t *)&s_cscs_env.cscs_init.char_mask); in cscs_read_att_cb()
256 cfm.value = (uint8_t *)&s_cscs_env.meas_ntf_cfg[conn_idx]; in cscs_read_att_cb()
261 cfm.value = (uint8_t *)&s_cscs_env.cscs_init.feature; in cscs_read_att_cb()
266 cfm.value = (uint8_t *)&s_cscs_env.cscs_init.sensor_location; in cscs_read_att_cb()
271 cfm.value = (uint8_t *)&s_cscs_env.ctrl_point_ind_cfg[conn_idx]; in cscs_read_att_cb()
301 s_cscs_env.start_hdl, in cscs_write_att_cb()
[all …]