Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_utils.cc134 bta_hh_cb.cb_index[p_cb->hid_handle] = BTA_HH_IDX_INVALID; in bta_hh_clean_up_kdev()
361 index = bta_hh_cb.cb_index[dev_handle]; in bta_hh_dev_handle_to_cb_idx()
Dbta_hh_act.cc105 bta_hh_cb.cb_index[xx] = BTA_HH_IDX_INVALID; in bta_hh_api_enable()
222 bta_hh_cb.cb_index[hdl] = p_cb->index; in bta_hh_sdp_cback()
474 bta_hh_cb.cb_index[hdl] = p_cb->index; in bta_hh_bredr_conn()
977 bta_hh_cb.cb_index[dev_handle] = p_cb->index; in bta_hh_maint_dev_act()
Dbta_hh_int.h237 uint8_t cb_index[BTA_HH_MAX_KNOWN]; /* maintain a CB index member
Dbta_hh_le.cc234 static uint8_t bta_hh_le_get_le_dev_hdl(uint8_t cb_index) { in bta_hh_le_get_le_dev_hdl() argument
237 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()