Searched refs:hid_handle (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_utils.c71 APPL_TRACE_DEBUG2("found kdev_cb[%d] hid_handle = %d ", xx,
72 bta_hh_cb.kdev[xx].hid_handle)
78 APPL_TRACE_DEBUG4("in_use ? [%d] kdev[%d].hid_handle = %d state = [%d]",
80 bta_hh_cb.kdev[xx].hid_handle,
117 if (p_cb->hid_handle != BTA_HH_INVALID_HANDLE )
118 bta_hh_cb.cb_index[p_cb->hid_handle] = BTA_HH_MAX_KNOWN;
130 p_cb->hid_handle = BTA_HH_INVALID_HANDLE;
174 p_cb->hid_handle = handle;
408 bta_hh_cb.kdev[xx].in_use, bta_hh_cb.kdev[xx].hid_handle);
H A Dbta_hh_act.c90 bta_hh_cb.kdev[xx].hid_handle = BTA_HH_INVALID_HANDLE;
205 if (p_cb->hid_handle == BTA_HH_INVALID_HANDLE)
343 if (p_cb->hid_handle == BTA_HH_INVALID_HANDLE)
424 conn_dat.handle = p_cb->hid_handle;
438 if ((ret = HID_HostOpenDev (p_cb->hid_handle)) != HID_SUCCESS)
445 HID_HostRemoveDev( p_cb->hid_handle);
499 disc_dat.handle = p_data ?(UINT8)p_data->hdr.layer_specific :p_cb->hid_handle;
523 p_cb->hid_handle;
533 bta_hh_co_open(p_cb->hid_handle, p_cb->sub_class,
581 p_cb->hid_handle;
[all...]
H A Dbta_hh_int.h150 UINT8 hid_handle; /* device handle */ member in struct:__anon522

Completed in 71 milliseconds