Searched refs:HID_HOST_MAX_CONN_RETRY (Results 1 – 3 of 3) sorted by relevance
970 #ifndef HID_HOST_MAX_CONN_RETRY971 #define HID_HOST_MAX_CONN_RETRY 1 macro
284 #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()
461 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1; in HID_HostCloseDev()