Searched refs:le_cb_index (Results 1 - 3 of 3) sorted by relevance

/system/bt/bta/hh/
H A Dbta_hh_utils.cc112 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] =
465 index = bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(dev_handle)];
H A Dbta_hh_le.cc170 for (xx = 0; xx < ARRAY_SIZE(bta_hh_cb.le_cb_index); xx++)
171 bta_hh_cb.le_cb_index[xx] = BTA_HH_IDX_INVALID;
239 * Description Allocate bta_hh_cb.le_cb_index
246 for (i = 0; i < ARRAY_SIZE(bta_hh_cb.le_cb_index); i++) {
247 if (bta_hh_cb.le_cb_index[i] == cb_index) return BTA_HH_GET_LE_DEV_HDL(i);
250 for (i = 0; i < ARRAY_SIZE(bta_hh_cb.le_cb_index); i++) {
251 if (bta_hh_cb.le_cb_index[i] == BTA_HH_IDX_INVALID)
277 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = p_cb->index;
1159 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = p_cb->index;
2020 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_ID
[all...]
H A Dbta_hh_int.h287 uint8_t le_cb_index[BTA_HH_LE_MAX_KNOWN]; /* maintain a CB index map to LE dev member in struct:__anon179

Completed in 60 milliseconds