Searched refs:HID_HOST_MAX_CONN_RETRY (Results 1 – 3 of 3) sorted by relevance
351 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_sec_check_complete_orig()353 if (p_dev->conn_tries <= HID_HOST_MAX_CONN_RETRY) { in hidh_sec_check_complete_orig()409 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_l2cif_connect_cfm()410 if ((hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) && in hidh_l2cif_connect_cfm()655 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_l2cif_disconnect_ind()
460 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1; in HID_HostCloseDev()
1184 #ifndef HID_HOST_MAX_CONN_RETRY1185 #define HID_HOST_MAX_CONN_RETRY 1 macro