Home
last modified time | relevance | path

Searched refs:cb_index (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_utils.cc118 bta_hh_cb.cb_index[p_cb->hid_handle] = BTA_HH_IDX_INVALID; in bta_hh_clean_up_kdev()
486 index = bta_hh_cb.cb_index[dev_handle]; in bta_hh_dev_handle_to_cb_idx()
Dbta_hh_act.cc95 bta_hh_cb.cb_index[xx] = BTA_HH_IDX_INVALID; in bta_hh_api_enable()
203 bta_hh_cb.cb_index[hdl] = p_cb->index; in bta_hh_sdp_cback()
340 bta_hh_cb.cb_index[hdl] = p_cb->index; in bta_hh_start_sdp()
978 bta_hh_cb.cb_index[dev_handle] = p_cb->index; in bta_hh_maint_dev_act()
Dbta_hh_int.h284 uint8_t cb_index[BTA_HH_MAX_KNOWN]; /* maintain a CB index member
Dbta_hh_le.cc244 uint8_t bta_hh_le_get_le_dev_hdl(uint8_t cb_index) { in bta_hh_le_get_le_dev_hdl() argument
247 if (bta_hh_cb.le_cb_index[i] == cb_index) return BTA_HH_GET_LE_DEV_HDL(i); in bta_hh_le_get_le_dev_hdl()