Home | History | Annotate | Download | only in hh

Lines Matching refs:hdl

192     UINT8              hdl = 0;
215 if(HID_HostAddDev (p_cb->addr, attr_mask, &hdl) == HID_SUCCESS)
219 bta_hh_cb.cb_index[hdl] = p_cb->index;
228 hdl = p_cb->hid_handle;
235 bta_hh_add_device_to_list(p_cb, hdl, attr_mask,
341 UINT8 hdl;
364 if (HID_HostAddDev (p_cb->addr, p_cb->attr_mask, &hdl) \
368 bta_hh_add_device_to_list(p_cb, hdl, p_cb->attr_mask, NULL,
374 bta_hh_cb.cb_index[hdl] = p_cb->index;