Home
last modified time | relevance | path

Searched refs:HID_HOST_REPAGE_WIN (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_conn.c619 …er (&(hh_cb.devices[dhandle].conn.timer_entry), BTU_TTYPE_HID_HOST_REPAGE_TO, HID_HOST_REPAGE_WIN); in hidh_l2cif_disconnect_ind()
1051 #if (HID_HOST_REPAGE_WIN > 0) in hidh_conn_retry()
1052 btu_start_timer (&(p_dev->conn.timer_entry), BTU_TTYPE_HID_HOST_REPAGE_TO, HID_HOST_REPAGE_WIN); in hidh_conn_retry()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h2148 #ifndef HID_HOST_REPAGE_WIN
2149 #define HID_HOST_REPAGE_WIN (2) macro