Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/hid/
Dhidh_conn.c326 #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()
Dhidh_api.c543 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()
/hal_espressif-3.6.0/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1938 #ifndef HID_HOST_MAX_CONN_RETRY
1939 #define HID_HOST_MAX_CONN_RETRY (3) macro