Searched refs:rsp_data (Results 1 – 6 of 6) sorted by relevance
222 .rsp_data = in TEST_F()230 data.hs_data.rsp_data.p_rpt_data->len = static_cast<uint16_t>(data32.size()); in TEST_F()232 reinterpret_cast<uint8_t*>((data.hs_data.rsp_data.p_rpt_data + 1))); in TEST_F()
1075 BT_HDR* hdr = p_data->hs_data.rsp_data.p_rpt_data; in btif_hh_upstreams_evt()1125 p_data->hs_data.rsp_data.proto_mode, in btif_hh_upstreams_evt()1126 (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) in btif_hh_upstreams_evt()1128 : (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_BOOT_MODE) in btif_hh_upstreams_evt()1131 if (p_data->hs_data.rsp_data.proto_mode != BTA_HH_PROTO_UNKNOWN) { in btif_hh_upstreams_evt()1136 (bthh_protocol_mode_t)p_data->hs_data.rsp_data.proto_mode); in btif_hh_upstreams_evt()1160 p_data->hs_data.rsp_data.idle_rate); in btif_hh_upstreams_evt()1167 p_data->hs_data.rsp_data.idle_rate); in btif_hh_upstreams_evt()1366 hdr = p_src_data->rsp_data.p_rpt_data; in btif_hh_hsdata_rpt_copy_cb()1371 p_dst_data->rsp_data.p_rpt_data = (BT_HDR*)p_data; in btif_hh_hsdata_rpt_copy_cb()[all …]
683 bta_hh.hs_data.rsp_data.proto_mode = BTA_HH_PROTO_UNKNOWN; in bta_hh_handsk_act()756 hs_data.rsp_data.idle_rate = *data; in bta_hh_ctrl_dat_act()759 hs_data.rsp_data.p_rpt_data = pdata; in bta_hh_ctrl_dat_act()763 hs_data.rsp_data.proto_mode = ((*data) == HID_PAR_PROTOCOL_REPORT) in bta_hh_ctrl_dat_act()767 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) in bta_hh_ctrl_dat_act()1068 .rsp_data = { in bta_hh_write_dev_act()
838 hs_data.rsp_data.proto_mode = p_dev_cb->mode; in get_protocol_mode_cb()843 hs_data.rsp_data.proto_mode = *(value); in get_protocol_mode_cb()846 if (hs_data.rsp_data.proto_mode == 0) in get_protocol_mode_cb()847 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_BOOT_MODE; in get_protocol_mode_cb()849 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in get_protocol_mode_cb()851 p_dev_cb->mode = hs_data.rsp_data.proto_mode; in get_protocol_mode_cb()855 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) ? "Report" in get_protocol_mode_cb()885 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_get_protocol_mode()1888 hs_data.rsp_data.p_rpt_data = p_buf; in read_report_cb()1894 osi_free(hs_data.rsp_data.p_rpt_data); in read_report_cb()
98 uint8_t* data = (uint8_t*)(hs_data.rsp_data.p_rpt_data + 1); in TEST_F()
322 } rsp_data; member