Home | History | Annotate | Download | only in hh

Lines Matching refs:rsp_data

1003     hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE;
1677 hs_data.rsp_data.p_rpt_data =p_buf;
1701 hs_data.rsp_data.proto_mode = p_dev_cb->mode;
1707 hs_data.rsp_data.proto_mode = *(p_data->p_value->p_value);
1709 if (hs_data.rsp_data.proto_mode == 0)
1710 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_BOOT_MODE;
1712 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE;
1714 p_dev_cb->mode = hs_data.rsp_data.proto_mode;
1718 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE)? "Report" : "Boot");