Searched refs:HID_HOST_MAX_CONN_RETRY (Results 1 – 3 of 3) sorted by relevance
738 #ifndef HID_HOST_MAX_CONN_RETRY739 #define HID_HOST_MAX_CONN_RETRY 1 macro
302 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_on_l2cap_error()303 if ((hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) && in hidh_on_l2cap_error()533 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_l2cif_disconnect_ind()
560 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1; in HID_HostCloseDev()