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

/system/bt/stack/hid/
H A Dhidh_conn.c360 #if (HID_HOST_MAX_CONN_RETRY > 0)
363 if( p_dev->conn_tries <= HID_HOST_MAX_CONN_RETRY )
420 #if (HID_HOST_MAX_CONN_RETRY > 0)
421 if( (hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) &&
667 #if (HID_HOST_MAX_CONN_RETRY > 0)
H A Dhidh_api.c498 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY+1;
/system/bt/include/
H A Dbt_target.h1347 #ifndef HID_HOST_MAX_CONN_RETRY
1348 #define HID_HOST_MAX_CONN_RETRY (1) macro

Completed in 121 milliseconds