Home
last modified time | relevance | path

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

/system/bt/stack/srvc/
Dsrvc_battery.c56 handle == p_inst->clt_cfg_hdl || in battery_valid_handle_range()
83 if (handle == p_inst->clt_cfg_hdl) in battery_s_write_attr_value()
124 handle == p_inst->clt_cfg_hdl || in battery_s_read_attr_value()
134 if (handle == p_inst->clt_cfg_hdl) p_inst->pending_evt = BA_READ_CLT_CFG_REQ; in battery_s_read_attr_value()
251 p_inst->clt_cfg_hdl = GATTS_AddCharDescriptor(srvc_hdl, in Battery_Instantiate()
254 if (p_inst->clt_cfg_hdl == 0) in Battery_Instantiate()
387 if (i == BA_MAX_INT_NUM || p_inst->clt_cfg_hdl == 0) in Battery_Notify()
Dsrvc_battery_int.h37 UINT16 clt_cfg_hdl; member