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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 90 bta_hh_cb.kdev[xx].hid_handle = BTA_HH_INVALID_HANDLE;
199 if (p_cb->hid_handle == BTA_HH_INVALID_HANDLE)
338 if (p_cb->hid_handle == BTA_HH_INVALID_HANDLE)
417 conn_dat.handle = p_cb->hid_handle;
431 if ((ret = HID_HostOpenDev (p_cb->hid_handle)) != HID_SUCCESS)
438 HID_HostRemoveDev( p_cb->hid_handle);
492 disc_dat.handle = p_data ?(UINT8)p_data->hdr.layer_specific :p_cb->hid_handle;
516 p_cb->hid_handle;
526 bta_hh_co_open(p_cb->hid_handle, p_cb->sub_class,
569 p_cb->hid_handle;
    [all...]
bta_hh_utils.c 75 APPL_TRACE_DEBUG2("found kdev_cb[%d] hid_handle = %d ", xx,
76 bta_hh_cb.kdev[xx].hid_handle)
82 APPL_TRACE_DEBUG4("in_use ? [%d] kdev[%d].hid_handle = %d state = [%d]",
84 bta_hh_cb.kdev[xx].hid_handle,
124 if (p_cb->hid_handle != BTA_HH_INVALID_HANDLE )
126 bta_hh_cb.cb_index[p_cb->hid_handle] = BTA_HH_IDX_INVALID;
139 p_cb->hid_handle = BTA_HH_INVALID_HANDLE;
183 p_cb->hid_handle = handle;
512 bta_hh_cb.kdev[xx].in_use, bta_hh_cb.kdev[xx].hid_handle);
bta_hh_int.h 150 UINT8 hid_handle; /* device handle */ member in struct:__anon2550

Completed in 156 milliseconds