Commit: 0834a161e6040b5f03ea75a74ceb24fa61ac4d8d
Parent: 0c6cadf915b2deb886ab45953057be057c78b564
Author: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2011-08-12 11:04:38
Tree: 924863a3e5f73cbaad5950226b24874eabfbdc3f

avrcp: handle ListPlayerApplicationSettingValues pdu Example of response obtained with PTS test TC_TG_PAS_BV_06_C: > ACL data: handle 11 flags 0x02 dlen 18 L2CAP(d): cid 0x0043 len 14 [psm 23] AVCTP: Command : pt 0x00 transaction 3 pid 0x110e AV/C: Status: address 0x48 opcode 0x00 Subunit: Panel Opcode: Vendor Dependent Company ID: 0x001958 AVRCP: ListPlayerApplicationSettingValues: pt 0x00 len 0x0001 AttributeID: 0x01 (Equalizer ON/OFF Status) < ACL data: handle 11 flags 0x02 dlen 20 L2CAP(d): cid 0x0043 len 16 [psm 23] AVCTP: Response : pt 0x00 transaction 3 pid 0x110e AV/C: Stable: address 0x48 opcode 0x00 Subunit: Panel Opcode: Vendor Dependent Company ID: 0x001958 AVRCP: ListPlayerApplicationSettingValues: pt 0x00 len 0x0003 ValueCount: 0x02 ValueID: 0x01 (OFF) ValueID: 0x02 (ON)

Diffstat

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

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

View Full Diff | Patch