Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/internal_include/
Dbt_target.h738 #ifndef HID_HOST_MAX_CONN_RETRY
739 #define HID_HOST_MAX_CONN_RETRY 1 macro
/packages/modules/Bluetooth/system/stack/hid/
Dhidh_conn.cc302 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_on_l2cap_error()
303 if ((hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) && in hidh_on_l2cap_error()
533 #if (HID_HOST_MAX_CONN_RETRY > 0) in hidh_l2cif_disconnect_ind()
Dhidh_api.cc560 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1; in HID_HostCloseDev()