HomeSort by relevance Sort by last modified time
    Searched refs:clt_cfg_hdl (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/srvc/
srvc_battery_int.h 37 UINT16 clt_cfg_hdl; member in struct:__anon6342
srvc_battery.c 56 handle == p_inst->clt_cfg_hdl ||
83 if (handle == p_inst->clt_cfg_hdl)
124 handle == p_inst->clt_cfg_hdl ||
134 if (handle == p_inst->clt_cfg_hdl) p_inst->pending_evt = BA_READ_CLT_CFG_REQ;
251 p_inst->clt_cfg_hdl = GATTS_AddCharDescriptor(srvc_hdl,
254 if (p_inst->clt_cfg_hdl == 0)
387 if (i == BA_MAX_INT_NUM || p_inst->clt_cfg_hdl == 0)

Completed in 222 milliseconds