HomeSort by relevance Sort by last modified time
    Searched refs:HID_HOST_MAX_CONN_RETRY (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 320 #if (HID_HOST_MAX_CONN_RETRY > 0)
349 #if (HID_HOST_MAX_CONN_RETRY > 0)
352 if( p_dev->conn_tries <= HID_HOST_MAX_CONN_RETRY )
410 #if (HID_HOST_MAX_CONN_RETRY > 0)
411 if( (hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) &&
611 #if (HID_HOST_MAX_CONN_RETRY > 0)
    [all...]
hidh_api.c 491 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY+1;
497 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY+1;
  /external/bluetooth/bluedroid/include/
bt_target.h     [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 44 milliseconds