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

  /external/bluetooth/bluedroid/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 367 hh_cb.devices[i].conn_tries = 0 ;
424 hh_cb.devices[dev_handle].conn_tries = 1;
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;
hidh_conn.c 302 hh_cb.devices[p_tle->param].conn_tries++;
303 hh_cb.callback( (UINT8) p_tle->param, HID_HDEV_EVT_RETRYING, hh_cb.devices[p_tle->param].conn_tries, NULL ) ;
352 if( p_dev->conn_tries <= HID_HOST_MAX_CONN_RETRY )
411 if( (hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) &&
616 hh_cb.devices[dhandle].conn_tries = 0;
    [all...]

Completed in 2253 milliseconds