Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_le.c752 STREAM_TO_UINT16(p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].ext_rpt_ref, pp); in bta_hh_le_save_ext_rpt_ref()
756 p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].ext_rpt_ref); in bta_hh_le_save_ext_rpt_ref()
1086 p_dev_cb->cur_srvc_index, in bta_hh_le_expl_rpt()
1110 &p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].report[0]); in bta_hh_le_expl_rpt()
1126 p_dev_cb->cur_srvc_index, in bta_hh_le_expl_boot_rpt()
1500 p_dev_cb->cur_srvc_index, in bta_hh_le_srvc_expl_srvc()
1501 p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].in_use); in bta_hh_le_srvc_expl_srvc()
1504 if (p_dev_cb->cur_srvc_index < BTA_HH_LE_HID_SRVC_MAX && in bta_hh_le_srvc_expl_srvc()
1505 p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].in_use) in bta_hh_le_srvc_expl_srvc()
1507 if (!p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].expl_incl_srvc) in bta_hh_le_srvc_expl_srvc()
[all …]
Dbta_hh_int.h279 UINT8 cur_srvc_index; /* currently discovering service index */ member