Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_conn.c327 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_sec_check_complete_orig()
329 if ( p_dev->conn_tries <= HID_HOST_MAX_CONN_RETRY ) { in hidh_sec_check_complete_orig()
383 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_l2cif_connect_cfm()
384 if ( (hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) && in hidh_l2cif_connect_cfm()
613 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_l2cif_disconnect_ind()
Dhidh_api.c554 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1; in HID_HostCloseDev()
561 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1; in HID_HostCloseDev()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h2144 #ifndef HID_HOST_MAX_CONN_RETRY
2145 #define HID_HOST_MAX_CONN_RETRY (3) macro