Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hh_api.h84 #define BTA_HH_MAX_KNOWN HID_HOST_MAX_DEVICES macro
/system/bt/bta/hh/
Dbta_hh_int.h236 uint8_t cb_index[BTA_HH_MAX_KNOWN]; /* maintain a CB index
Dbta_hh_utils.cc347 if (dev_handle < BTA_HH_MAX_KNOWN) in bta_hh_dev_handle_to_cb_idx()
Dbta_hh_act.cc101 for (xx = 0; xx < BTA_HH_MAX_KNOWN; xx++) in bta_hh_api_enable()