Searched refs:set_report (Results 1 – 6 of 6) sorted by relevance
101 uint8_t *src_data = p_src_data->set_report.p_data; in bte_hd_arg_deep_copy()103 p_dst_data->set_report.p_data = osi_malloc(p_src_data->set_report.len); in bte_hd_arg_deep_copy()104 if (p_dst_data->set_report.p_data == NULL) { in bte_hd_arg_deep_copy()108 memcpy(p_dst_data->set_report.p_data, src_data, p_src_data->set_report.len); in bte_hd_arg_deep_copy()765 utl_freebuf((void **)&arg->set_report.p_data); in btc_hd_cb_arg_deep_free()879 param.set_report.report_type = p_data->set_report.report_type; in btc_hd_cb_handler()880 param.set_report.report_id = p_data->set_report.report_id; in btc_hd_cb_handler()881 param.set_report.len = p_data->set_report.len; in btc_hd_cb_handler()882 param.set_report.data = p_data->set_report.p_data; in btc_hd_cb_handler()
939 p_dev = btc_hh_find_connected_dev_by_bda(arg->set_report.bd_addr); in btc_hh_set_report()944 } else if (((int)arg->set_report.report_type) <= BTA_HH_RPTT_RESRV || in btc_hh_set_report()945 ((int)arg->set_report.report_type) > BTA_HH_RPTT_FEATURE) { in btc_hh_set_report()946 … BTC_TRACE_ERROR("%s Error: report type=%d not supported!", __func__, arg->set_report.report_type); in btc_hh_set_report()949 } else if (arg->set_report.report == NULL || arg->set_report.len == 0) { in btc_hh_set_report()954 BT_HDR* p_buf = create_pbuf(arg->set_report.len, arg->set_report.report); in btc_hh_set_report()959 BTA_HhSetReport(p_dev->dev_handle, arg->set_report.report_type, p_buf); in btc_hh_set_report()1109 utl_freebuf((void **)&arg->set_report.report); in btc_hh_call_arg_deep_free()1554 dst->set_report.report = (uint8_t *)osi_malloc(src->set_report.len); in btc_hh_arg_deep_copy()1555 if (dst->set_report.report) { in btc_hh_arg_deep_copy()[all …]
221 memcpy(arg.set_report.bd_addr, bd_addr, sizeof(esp_bd_addr_t)); in esp_bt_hid_host_set_report()222 arg.set_report.report_type = report_type; in esp_bt_hid_host_set_report()223 arg.set_report.len = len; in esp_bt_hid_host_set_report()224 arg.set_report.report = report; in esp_bt_hid_host_set_report()
162 } set_report; member
148 tBTA_HD_SET_REPORT set_report; /* BTA_HD_SET_REPORT */ member
234 } set_report; /*!< HIDD callback param of ESP_HIDD_SET_REPORT_EVT */ member