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

  /system/bt/stack/hid/
hidh_int.h 45 UINT8 conn_tries; /* Remembers to the number of connection attempts while CONNECTING */ member in struct:per_device_ctb
hidh_api.c 372 hh_cb.devices[i].conn_tries = 0 ;
430 hh_cb.devices[dev_handle].conn_tries = 1;
498 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY+1;
hidh_conn.c 320 device->conn_tries++;
323 device->conn_tries, NULL ) ;
363 if( p_dev->conn_tries <= HID_HOST_MAX_CONN_RETRY )
421 if( (hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) &&
672 hh_cb.devices[dhandle].conn_tries = 0;
    [all...]

Completed in 139 milliseconds