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

/system/bt/include/
H A Dbt_target.h1282 #ifndef HID_HOST_MAX_CONN_RETRY
1283 #define HID_HOST_MAX_CONN_RETRY (1) macro
/system/bt/stack/hid/
H A Dhidh_conn.cc348 #if (HID_HOST_MAX_CONN_RETRY > 0)
350 if (p_dev->conn_tries <= HID_HOST_MAX_CONN_RETRY) {
406 #if (HID_HOST_MAX_CONN_RETRY > 0)
407 if ((hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) &&
652 #if (HID_HOST_MAX_CONN_RETRY > 0)
H A Dhidh_api.cc463 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1;

Completed in 150 milliseconds