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

  /system/bt/bta/hh/
bta_hh_act.c 91 bta_hh_cb.kdev[xx].hid_handle = BTA_HH_INVALID_HANDLE;
205 p_cb, result, attr_mask,p_cb->hid_handle);
212 if (p_cb->hid_handle == BTA_HH_INVALID_HANDLE)
228 hdl = p_cb->hid_handle;
362 if (p_cb->hid_handle == BTA_HH_INVALID_HANDLE)
432 conn_dat.handle = p_cb->hid_handle;
446 ret = HID_HostOpenDev (p_cb->hid_handle);
466 HID_HostRemoveDev( p_cb->hid_handle);
530 disc_dat.handle = p_data ?(UINT8)p_data->hdr.layer_specific :p_cb->hid_handle;
556 p_cb->hid_handle;
    [all...]
bta_hh_utils.c 75 APPL_TRACE_DEBUG("found kdev_cb[%d] hid_handle = %d ", xx,
76 bta_hh_cb.kdev[xx].hid_handle)
82 APPL_TRACE_DEBUG("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 )
128 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = BTA_HH_IDX_INVALID;
131 bta_hh_cb.cb_index[p_cb->hid_handle] = BTA_HH_IDX_INVALID;
144 p_cb->hid_handle = BTA_HH_INVALID_HANDLE;
193 p_cb->hid_handle = handle;
526 bta_hh_cb.kdev[xx].in_use, bta_hh_cb.kdev[xx].hid_handle);
    [all...]
bta_hh_le.c 442 p_cb->hid_handle = BTA_HH_GET_LE_DEV_HDL(p_cb->index);
444 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = p_cb->index;
    [all...]
bta_hh_int.h 245 UINT8 hid_handle; /* device handle : low 4 bits for regular HID: HID_HOST_MAX_DEVICES can not exceed 15; member in struct:__anon73344

Completed in 109 milliseconds