Commit: a5924f6600f941b4c32aa3eff1a0d5d2bc5846bc
Parent: e468f8f1e9ac5796274a7ffefd7acf58905ec911
Author: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2011-08-12 11:05:08
Tree: 09a18e05b6076b85893dd4ca0ff82c6045de454b

avrcp: handle GetElementAttributes pdu Example responses for PTS test TC_TG_MDI_BV_04_C: > ACL data: handle 11 flags 0x02 dlen 26 L2CAP(d): cid 0x0042 len 22 [psm 23] AVCTP: Command : pt 0x00 transaction 2 pid 0x110e AV/C: Status: address 0x48 opcode 0x00 Subunit: Panel Opcode: Vendor Dependent Company ID: 0x001958 AVRCP: GetElementAttributes: pt 0x00 len 0x0009 Identifier: 0x0 (PLAYING) AttributeCount: 0x00 < ACL data: handle 11 flags 0x02 dlen 70 L2CAP(d): cid 0x0042 len 66 [psm 23] AVCTP: Response : pt 0x00 transaction 2 pid 0x110e AV/C: Stable: address 0x48 opcode 0x00 Subunit: Panel Opcode: Vendor Dependent Company ID: 0x001958 AVRCP: GetElementAttributes: pt 0x00 len 0x0035 AttributeCount: 0x03 Attribute: 0x00000001 (Title) CharsetID: 0x006a (UTF-8) AttributeValueLength: 0x0012 AttributeValue: Walking on the Sun Attribute: 0x00000002 (Artist) CharsetID: 0x006a (UTF-8) AttributeValueLength: 0x0005 AttributeValue: Lucas Attribute: 0x00000007 (Progress) CharsetID: 0x006a (UTF-8) AttributeValueLength: 0x0005 AttributeValue: 32029 And TC_TG_MDI_BV_05_C: > ACL data: handle 11 flags 0x02 dlen 30 L2CAP(d): cid 0x0043 len 26 [psm 23] AVCTP: Command : pt 0x00 transaction 2 pid 0x110e AV/C: Status: address 0x48 opcode 0x00 Subunit: Panel Opcode: Vendor Dependent Company ID: 0x001958 AVRCP: GetElementAttributes: pt 0x00 len 0x000d Identifier: 0x0 (PLAYING) AttributeCount: 0x01 Attribute: 0x00000001 (Title) < ACL data: handle 11 flags 0x02 dlen 44 L2CAP(d): cid 0x0043 len 40 [psm 23] AVCTP: Response : pt 0x00 transaction 2 pid 0x110e AV/C: Stable: address 0x48 opcode 0x00 Subunit: Panel Opcode: Vendor Dependent Company ID: 0x001958 AVRCP: GetElementAttributes: pt 0x00 len 0x001b AttributeCount: 0x01 Attribute: 0x00000001 (Title) CharsetID: 0x006a (UTF-8) AttributeValueLength: 0x0012 AttributeValue: Walking on the Sun

Diffstat

M audio/control.c | 189 ++++++++++++++++++++++++++++++++++++++++

1 files changed, 189 insertions(+), 0 deletions(-)

View Full Diff | Patch