summaryrefslogtreecommitdiff
path: root/audio/avrcp.c
Commit message (Expand)AuthorAgeFilesLines
* AVRCP: implement TRACK-REACHED-END eventLucas De Marchi2011-11-041-0/+2
* Fix check for PDU sizeLucas De Marchi2011-10-281-1/+1
* Unregister players' events when disconnectedLucas De Marchi2011-10-221-0/+1
* Fix implicit declaration of 'g_slist_free_full'Frédéric Danis2011-10-181-1/+1
* AVRCP: Implement RequestContinuingResponse PDULucas De Marchi2011-10-181-68/+146
* AVRCP: Implement AbortContinuingResponse PDULucas De Marchi2011-10-181-0/+55
* AVRCP: respond with UINT32_MAX if duration is not availableLucas De Marchi2011-10-181-4/+7
* AVRCP: implement TRACK-REACHED-START eventLucas De Marchi2011-10-181-3/+10
* AVRCP: Use track's UID in event notificationLucas De Marchi2011-10-181-11/+5
* Refactor to share codeLucas De Marchi2011-10-131-33/+22
* AVRCP: Only return available metadata attributesLucas De Marchi2011-10-131-3/+9
* AVRCP: Check if len matches number of IDsLucas De Marchi2011-10-131-2/+6
* AVRCP: Return error for invalid metadata IDsLucas De Marchi2011-10-131-2/+4
* AVRCP: Do not list values for unsupported attributesLucas De Marchi2011-10-131-4/+3
* Move debug messages to their correspondent gettersLucas De Marchi2011-10-131-9/+10
* AVRCP: fix loop over number of application settingsLucas De Marchi2011-10-061-8/+5
* AVRCP: move MediaPlayer to adapter objectLuiz Augusto von Dentz2011-10-061-672/+168
* AVRCP: fix missing bytes on notificationLucas De Marchi2011-10-031-1/+1
* AVRCP: fix changed notificationLucas De Marchi2011-10-021-1/+1
* AVRCP: fix case when only one setting is providedLucas De Marchi2011-10-021-1/+1
* AVRCP: return empty string instead of rejectingLucas De Marchi2011-10-021-22/+19
* AVRCP: limit AVRCP packet size to the MTU of AV/CLucas De Marchi2011-09-271-24/+34
* avrcp: get/set three-byte company-idDavid Stockwell2011-09-161-9/+26
* avrcp: fix handling of metadata item 0x7David Stockwell2011-09-161-12/+6
* avrcp: use LAST element on media_info_id enumDavid Stockwell2011-09-161-1/+2
* avrcp: fix overwrite of number of attributesLucas De Marchi2011-09-161-7/+5
* avrcp: fix missing error codeLucas De Marchi2011-09-161-1/+3
* AVRCP: move handling of vendor dependent PDU from control.c to avrcp.cLuiz Augusto von Dentz2011-09-131-0/+1661