HomeSort by relevance Sort by last modified time
    Searched refs:cb_index (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 180 UINT8 cb_index[BTA_HH_MAX_KNOWN]; /* maintain a CB index member in struct:__anon2550
bta_hh_utils.c 126 bta_hh_cb.cb_index[p_cb->hid_handle] = BTA_HH_IDX_INVALID;
488 index = bta_hh_cb.cb_index[dev_handle];
bta_hh_act.c 96 bta_hh_cb.cb_index[xx] = BTA_HH_IDX_INVALID;
205 /* update cb_index[] map */
206 bta_hh_cb.cb_index[hdl] = p_cb->index;
349 /* update cb_index[] map */
350 bta_hh_cb.cb_index[hdl] = p_cb->index;
897 /* update cb_index[] map */
898 bta_hh_cb.cb_index[dev_handle] = p_cb->index;
    [all...]

Completed in 717 milliseconds