Home
last modified time | relevance | path

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

/system/bt/internal_include/
Dbt_target.h970 #ifndef HID_HOST_MAX_CONN_RETRY
971 #define HID_HOST_MAX_CONN_RETRY 1 macro
/system/bt/stack/hid/
Dhidh_conn.cc284 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_on_l2cap_error()
285 if ((hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) && in hidh_on_l2cap_error()
521 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_l2cif_disconnect_ind()
Dhidh_api.cc461 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1; in HID_HostCloseDev()