Home | History | Annotate | Download | only in avrc

Lines Matching full:p_buf

1083     BT_HDR *p_buf;
1088 p_buf = avrc_pass_msg(p_msg);
1089 if (p_buf)
1090 return AVCT_MsgReq( handle, label, AVCT_CMD, p_buf);
1122 BT_HDR *p_buf;
1126 p_buf = avrc_pass_msg(p_msg);
1127 if (p_buf)
1128 return AVCT_MsgReq( handle, label, AVCT_RSP, p_buf);