Lines Matching refs:hdr

70   p_buf->hdr.event = BTA_AV_API_ENABLE_EVT;  in BTA_AvEnable()
115 p_buf->hdr.layer_specific = chnl; in BTA_AvRegister()
116 p_buf->hdr.event = BTA_AV_API_REGISTER_EVT; in BTA_AvRegister()
166 p_buf->hdr.event = BTA_AV_API_OPEN_EVT; in BTA_AvOpen()
167 p_buf->hdr.layer_specific = handle; in BTA_AvOpen()
212 p_buf->hdr.event = BTA_AV_API_DISCONNECT_EVT; in BTA_AvDisconnect()
271 p_buf->hdr.event = BTA_AV_API_OFFLOAD_START_RSP_EVT; in BTA_AvOffloadStartRsp()
272 p_buf->hdr.layer_specific = hndl; in BTA_AvOffloadStartRsp()
296 p_buf->hdr.event = BTA_AV_API_STOP_EVT; in BTA_AvStop()
297 p_buf->hdr.layer_specific = handle; in BTA_AvStop()
327 p_buf->hdr.layer_specific = hndl; in BTA_AvReconfig()
328 p_buf->hdr.event = BTA_AV_API_RECONFIG_EVT; in BTA_AvReconfig()
353 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectReq()
354 p_buf->hdr.event = BTA_AV_API_PROTECT_REQ_EVT; in BTA_AvProtectReq()
383 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectRsp()
384 p_buf->hdr.event = BTA_AV_API_PROTECT_RSP_EVT; in BTA_AvProtectRsp()
412 p_buf->hdr.event = BTA_AV_API_REMOTE_CMD_EVT; in BTA_AvRemoteCmd()
413 p_buf->hdr.layer_specific = rc_handle; in BTA_AvRemoteCmd()
441 p_buf->hdr.event = BTA_AV_API_REMOTE_CMD_EVT; in BTA_AvRemoteVendorUniqueCmd()
442 p_buf->hdr.layer_specific = rc_handle; in BTA_AvRemoteVendorUniqueCmd()
471 p_buf->hdr.event = BTA_AV_API_VENDOR_CMD_EVT; in BTA_AvVendorCmd()
472 p_buf->hdr.layer_specific = rc_handle; in BTA_AvVendorCmd()
473 p_buf->msg.hdr.ctype = cmd_code; in BTA_AvVendorCmd()
474 p_buf->msg.hdr.subunit_type = AVRC_SUB_PANEL; in BTA_AvVendorCmd()
475 p_buf->msg.hdr.subunit_id = 0; in BTA_AvVendorCmd()
506 p_buf->hdr.event = BTA_AV_API_VENDOR_RSP_EVT; in BTA_AvVendorRsp()
507 p_buf->hdr.layer_specific = rc_handle; in BTA_AvVendorRsp()
508 p_buf->msg.hdr.ctype = rsp_code; in BTA_AvVendorRsp()
509 p_buf->msg.hdr.subunit_type = AVRC_SUB_PANEL; in BTA_AvVendorRsp()
510 p_buf->msg.hdr.subunit_id = 0; in BTA_AvVendorRsp()
541 p_buf->hdr.event = BTA_AV_API_RC_OPEN_EVT; in BTA_AvOpenRc()
542 p_buf->hdr.layer_specific = handle; in BTA_AvOpenRc()
560 p_buf->hdr.event = BTA_AV_API_RC_CLOSE_EVT; in BTA_AvCloseRc()
561 p_buf->hdr.layer_specific = rc_handle; in BTA_AvCloseRc()
584 p_buf->hdr.event = BTA_AV_API_META_RSP_EVT; in BTA_AvMetaRsp()
585 p_buf->hdr.layer_specific = rc_handle; in BTA_AvMetaRsp()
616 p_buf->hdr.event = BTA_AV_API_META_RSP_EVT; in BTA_AvMetaCmd()
617 p_buf->hdr.layer_specific = rc_handle; in BTA_AvMetaCmd()