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 ;
425 hh_cb.devices[dev_handle].conn_tries = 1;
492 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;
hidh_conn.c 300 hh_cb.devices[p_tle->param].conn_tries++;
302 HID_HDEV_EVT_RETRYING, hh_cb.devices[p_tle->param].conn_tries, NULL ) ;
351 if( p_dev->conn_tries <= HID_HOST_MAX_CONN_RETRY )
410 if( (hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) &&
615 hh_cb.devices[dhandle].conn_tries = 0;
    [all...]

Completed in 105 milliseconds