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

  /external/bluetooth/bluedroid/stack/srvc/
srvc_battery_int.h 45 UINT8 pending_evt; member in struct:__anon6347
srvc_battery.c 91 p_inst->pending_evt = BA_WRITE_CLT_CFG_REQ;
133 if (handle == p_inst->ba_level_hdl) p_inst->pending_evt = BA_READ_LEVEL_REQ;
134 if (handle == p_inst->clt_cfg_hdl) p_inst->pending_evt = BA_READ_CLT_CFG_REQ;
135 if (handle == p_inst->pres_fmt_hdl) p_inst->pending_evt = BA_READ_PRE_FMT_REQ;
136 if (handle == p_inst->rpt_ref_hdl) p_inst->pending_evt = BA_READ_RPT_REF_REQ ;
142 (* p_inst->p_cback)(p_inst->app_id, p_inst->pending_evt, NULL);
326 if (p_inst->pending_evt == event)
363 p_inst->pending_evt = 0;

Completed in 30 milliseconds