Home
last modified time | relevance | path

Searched refs:rsp_data (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c356 BT_HDR *src_hdr = p_src_data->hs_data.rsp_data.p_rpt_data; in bte_hh_arg_deep_copy()
358 …p_dst_data->hs_data.rsp_data.p_rpt_data = osi_malloc(sizeof(BT_HDR) + src_hdr->offset + src_hdr->l… in bte_hh_arg_deep_copy()
359 if (p_dst_data->hs_data.rsp_data.p_rpt_data == NULL) { in bte_hh_arg_deep_copy()
364 …memcpy(p_dst_data->hs_data.rsp_data.p_rpt_data, src_hdr, sizeof(BT_HDR) + src_hdr->offset + src_hd… in bte_hh_arg_deep_copy()
1175 utl_freebuf((void **)&arg->hs_data.rsp_data.p_rpt_data); in btc_hh_cb_arg_deep_free()
1432 p_data->hs_data.handle, p_data->hs_data.rsp_data.proto_mode, in btc_hh_cb_handler()
1433 (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) in btc_hh_cb_handler()
1435 … : (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_BOOT_MODE) ? "Boot Mode" in btc_hh_cb_handler()
1437 …param.get_proto.proto_mode = proto_mode_change_to_upper_layer(p_data->hs_data.rsp_data.proto_mode); in btc_hh_cb_handler()
1450 BT_HDR *hdr = p_data->hs_data.rsp_data.p_rpt_data; in btc_hh_cb_handler()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c661 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_UNKNOWN; in bta_hh_handsk_act()
738 hs_data.rsp_data.idle_rate = *data; in bta_hh_ctrl_dat_act()
741 hs_data.rsp_data.p_rpt_data = pdata; in bta_hh_ctrl_dat_act()
745 hs_data.rsp_data.proto_mode = ((*data) == HID_PAR_PROTOCOL_REPORT) ? \ in bta_hh_ctrl_dat_act()
749 … (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) ? "Report" : "Boot"); in bta_hh_ctrl_dat_act()
Dbta_hh_le.c1052 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_get_protocol_mode()
1830 hs_data.rsp_data.p_rpt_data = p_buf; in bta_hh_le_proc_get_rpt_cmpl()
1854 hs_data.rsp_data.proto_mode = p_dev_cb->mode; in bta_hh_le_proc_read_proto_mode()
1859 hs_data.rsp_data.proto_mode = *(p_data->p_value->unformat.p_value); in bta_hh_le_proc_read_proto_mode()
1861 if (hs_data.rsp_data.proto_mode == 0) { in bta_hh_le_proc_read_proto_mode()
1862 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_BOOT_MODE; in bta_hh_le_proc_read_proto_mode()
1864 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_proc_read_proto_mode()
1867 p_dev_cb->mode = hs_data.rsp_data.proto_mode; in bta_hh_le_proc_read_proto_mode()
1871 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) ? "Report" : "Boot"); in bta_hh_le_proc_read_proto_mode()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h275 } rsp_data; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c1771 UINT8 rsp_data[BTM_BLE_AD_DATA_LEN], in BTM_BleWriteScanRsp() local
1772 *p = rsp_data; in BTM_BleWriteScanRsp()
1781 memset(rsp_data, 0, BTM_BLE_AD_DATA_LEN); in BTM_BleWriteScanRsp()
1788 if (btsnd_hcic_ble_set_scan_rsp_data((UINT8)(p - rsp_data), rsp_data)) { in BTM_BleWriteScanRsp()