Home
last modified time | relevance | path

Searched refs:hid_handle (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c90 bta_hh_cb.kdev[xx].hid_handle = BTA_HH_INVALID_HANDLE; in bta_hh_api_enable()
202 p_cb, result, attr_mask, p_cb->hid_handle); in bta_hh_sdp_cback()
208 if (p_cb->hid_handle == BTA_HH_INVALID_HANDLE) { in bta_hh_sdp_cback()
218 hdl = p_cb->hid_handle; in bta_hh_sdp_cback()
342 if (p_cb->hid_handle == BTA_HH_INVALID_HANDLE) { in bta_hh_start_sdp()
415 conn_dat.handle = p_cb->hid_handle; in bta_hh_sdp_cmpl()
427 if ((ret = HID_HostOpenDev (p_cb->hid_handle)) != HID_SUCCESS) { in bta_hh_sdp_cmpl()
432 conn_dat.is_orig = HID_HostConnectOrig(p_cb->hid_handle); in bta_hh_sdp_cmpl()
434 HID_HostRemoveDev( p_cb->hid_handle); in bta_hh_sdp_cmpl()
494 disc_dat.handle = p_data ? (UINT8)p_data->hdr.layer_specific : p_cb->hid_handle; in bta_hh_api_disc_act()
[all …]
Dbta_hh_utils.c73 bta_hh_cb.kdev[xx].hid_handle) in bta_hh_find_cb()
81 bta_hh_cb.kdev[xx].hid_handle, in bta_hh_find_cb()
122 if (p_cb->hid_handle != BTA_HH_INVALID_HANDLE ) { in bta_hh_clean_up_kdev()
125 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = BTA_HH_IDX_INVALID; in bta_hh_clean_up_kdev()
129 bta_hh_cb.cb_index[p_cb->hid_handle] = BTA_HH_IDX_INVALID; in bta_hh_clean_up_kdev()
143 p_cb->hid_handle = BTA_HH_INVALID_HANDLE; in bta_hh_clean_up_kdev()
192 p_cb->hid_handle = handle; in bta_hh_add_device_to_list()
522 bta_hh_cb.kdev[xx].in_use, bta_hh_cb.kdev[xx].hid_handle); in bta_hh_trace_dev_db()
Dbta_hh_le.c332 p_cb->hid_handle = BTA_HH_GET_LE_DEV_HDL(p_cb->index); in bta_hh_le_open_conn()
334 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = p_cb->index; in bta_hh_le_open_conn()
984 cback_data.handle = p_cb->hid_handle; in bta_hh_le_set_protocol_mode()
1051 hs_data.handle = p_cb->hid_handle; in bta_hh_le_get_protocol_mode()
1396 p_cb->hid_handle = BTA_HH_GET_LE_DEV_HDL(p_cb->index); in bta_hh_gatt_open()
1398 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = p_cb->index; in bta_hh_gatt_open()
1401 …APPL_TRACE_DEBUG("hid_handle = %2x conn_id = %04x cb_index = %d", p_cb->hid_handle, p_cb->conn_id,… in bta_hh_gatt_open()
1431 p_buf->hdr.layer_specific = (UINT16)p_dev_cb->hid_handle; in bta_hh_le_close()
1808 hs_data.handle = p_dev_cb->hid_handle; in bta_hh_le_proc_get_rpt_cmpl()
1853 hs_data.handle = p_dev_cb->hid_handle; in bta_hh_le_proc_read_proto_mode()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h238 …UINT8 hid_handle; /* device handle : low 4 bits for regular HID: HID_HOST_MAX_DE… member