Searched refs:HID_HOST_MAX_CONN_RETRY (Results 1 – 3 of 3) sorted by relevance
326 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_sec_check_complete_orig()328 if ( p_dev->conn_tries <= HID_HOST_MAX_CONN_RETRY ) { in hidh_sec_check_complete_orig()382 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_l2cif_connect_cfm()383 if ( (hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) && in hidh_l2cif_connect_cfm()612 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_l2cif_disconnect_ind()
543 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1; in HID_HostCloseDev()550 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1; in HID_HostCloseDev()
1938 #ifndef HID_HOST_MAX_CONN_RETRY1939 #define HID_HOST_MAX_CONN_RETRY (3) macro