Home
last modified time | relevance | path

Searched refs:conn_tries (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/hid/
Dhidh_api.c367 hh_cb.devices[i].conn_tries = 0 ; in HID_HostAddDev()
425 hh_cb.devices[dev_handle].conn_tries = 1; in HID_HostOpenDev()
492 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY+1; in HID_HostCloseDev()
498 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY+1; in HID_HostCloseDev()
Dhidh_int.h45 UINT8 conn_tries; /* Remembers to the number of connection attempts while CONNECTING */ member
Dhidh_conn.c305 hh_cb.devices[p_tle->param].conn_tries++; in hidh_proc_repage_timeout()
307 HID_HDEV_EVT_RETRYING, hh_cb.devices[p_tle->param].conn_tries, NULL ) ; in hidh_proc_repage_timeout()
346 if( p_dev->conn_tries <= HID_HOST_MAX_CONN_RETRY ) in hidh_sec_check_complete_orig()
404 if( (hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) && in hidh_l2cif_connect_cfm()
655 hh_cb.devices[dhandle].conn_tries = 0; in hidh_l2cif_disconnect_ind()