Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1895 #ifndef HID_HOST_REPAGE_WIN
1896 #define HID_HOST_REPAGE_WIN (2) macro
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/hid/
Dhidh_conn.c617 …er (&(hh_cb.devices[dhandle].conn.timer_entry), BTU_TTYPE_HID_HOST_REPAGE_TO, HID_HOST_REPAGE_WIN); in hidh_l2cif_disconnect_ind()
1029 #if (HID_HOST_REPAGE_WIN > 0) in hidh_conn_retry()
1030 btu_start_timer (&(p_dev->conn.timer_entry), BTU_TTYPE_HID_HOST_REPAGE_TO, HID_HOST_REPAGE_WIN); in hidh_conn_retry()