Home | History | Annotate | Download | only in av

Lines Matching defs:av

858     tBTA_AV     av;
904 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id;
905 av.remote_cmd.key_state = p_data->rc_msg.msg.pass.state;
906 av.remote_cmd.p_data = p_data->rc_msg.msg.pass.p_pass_data;
907 av.remote_cmd.len = p_data->rc_msg.msg.pass.pass_len;
908 memcpy(&av.remote_cmd.hdr, &p_data->rc_msg.msg.hdr, sizeof (tAVRC_HDR));
909 av.remote_cmd.label = p_data->rc_msg.label;
917 av.remote_rsp.rc_id = p_data->rc_msg.msg.pass.op_id;
918 av.remote_rsp.key_state = p_data->rc_msg.msg.pass.state;
919 av.remote_rsp.rsp_code = p_data->rc_msg.msg.hdr.ctype;
920 av.remote_rsp.label = p_data->rc_msg.label;
933 av.vendor_cmd.code = p_data->rc_msg.msg.hdr.ctype;
934 av.vendor_cmd.company_id = p_vendor->company_id;
935 av.vendor_cmd.label = p_data->rc_msg.label;
936 av.vendor_cmd.p_data = p_vendor->p_vendor_data;
937 av.vendor_cmd.len = p_vendor->vendor_len;
947 av.meta_msg.p_msg = &p_data->rc_msg.msg;
962 av.meta_msg.p_msg = &p_data->rc_msg.msg;
1001 av.remote_cmd.rc_handle = p_data->rc_msg.handle;
1002 (*p_cb->p_cback)(evt, &av);
1353 ** Description disable AV.
1467 APPL_TRACE_ERROR0("av scb not available for avdt connection");