Searched refs:HID_HOST_MAX_CONN_RETRY (Results 1 – 3 of 3) sorted by relevance
327 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_sec_check_complete_orig()329 if ( p_dev->conn_tries <= HID_HOST_MAX_CONN_RETRY ) { in hidh_sec_check_complete_orig()383 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_l2cif_connect_cfm()384 if ( (hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) && in hidh_l2cif_connect_cfm()613 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_l2cif_disconnect_ind()
554 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1; in HID_HostCloseDev()561 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1; in HID_HostCloseDev()
2144 #ifndef HID_HOST_MAX_CONN_RETRY2145 #define HID_HOST_MAX_CONN_RETRY (3) macro