OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon1272
srvc_battery.c
91
p_inst->
pending_evt
= BA_WRITE_CLT_CFG_REQ;
132
if (handle == p_inst->ba_level_hdl) p_inst->
pending_evt
= BA_READ_LEVEL_REQ;
133
if (handle == p_inst->clt_cfg_hdl) p_inst->
pending_evt
= BA_READ_CLT_CFG_REQ;
134
if (handle == p_inst->pres_fmt_hdl) p_inst->
pending_evt
= BA_READ_PRE_FMT_REQ;
135
if (handle == p_inst->rpt_ref_hdl) p_inst->
pending_evt
= BA_READ_RPT_REF_REQ ;
141
(* p_inst->p_cback)(p_inst->app_id, p_inst->
pending_evt
, NULL);
320
if (p_inst->
pending_evt
== event)
357
p_inst->
pending_evt
= 0;
Completed in 326 milliseconds