Searched refs:HID_HOST_MAX_CONN_RETRY (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_conn.c324 #if (HID_HOST_MAX_CONN_RETRY > 0)
346 #if (HID_HOST_MAX_CONN_RETRY > 0)
349 if( p_dev->conn_tries <= HID_HOST_MAX_CONN_RETRY )
408 #if (HID_HOST_MAX_CONN_RETRY > 0)
409 if( (hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) &&
657 #if (HID_HOST_MAX_CONN_RETRY > 0)
H A Dhidh_api.c492 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY+1;
498 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY+1;
/external/bluetooth/bluedroid/include/
H A Dbt_target.h2835 #ifndef HID_HOST_MAX_CONN_RETRY
2836 #define HID_HOST_MAX_CONN_RETRY (3) macro
/external/libnfc-nci/src/include/
H A Dbt_target.h2709 #ifndef HID_HOST_MAX_CONN_RETRY
2710 #define HID_HOST_MAX_CONN_RETRY (15) macro

Completed in 103 milliseconds