summaryrefslogtreecommitdiff
path: root/audio/avrcp.c
Commit message (Expand)AuthorAgeFilesLines
* AVRCP: Fix not freeing session list on exitLuiz Augusto von Dentz2012-10-031-0/+1
* AVRCP: Fix not removing session from player upon disconnectLuiz Augusto von Dentz2012-10-031-0/+5
* AVRCP: Fix not freeing player session list on exitLuiz Augusto von Dentz2012-10-031-0/+1
* AVRCP: Store version and features of the remote in the sessionLuiz Augusto von Dentz2012-09-261-14/+13
* AVRCP: Fix using struct avrcp_player as session abstractionLuiz Augusto von Dentz2012-09-261-123/+171
* AVRCP: Automatically connect browsing channel if supportedLuiz Augusto von Dentz2012-09-261-1/+11
* AVRCP: Add handler for browsing PDUsVani Patel2012-09-261-0/+62
* AVRCP: Rename variables used for control channelVani Patel2012-09-261-27/+27
* AVRCP: Adds SDP record to support browsing channelVani Patel2012-09-261-4/+25
* AVRCP: Fix handler lookup for undefined control PDU idsLuiz Augusto von Dentz2012-09-261-1/+1
* audio: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-211-1/+1
* avrcp: Fix compilation errors due to unaligned memory accessSzymon Janc2012-09-051-5/+5
* Add profile abstraction (replaces btd_device drivers)Johan Hedberg2012-09-031-0/+1
* AVRCP: Use name "addressed" instead of "active"Michal Labedzki2012-07-041-6/+6
* AVRCP: Use AVRCP_ prefix for battery statusesLuiz Augusto von Dentz2012-07-041-13/+11
* AVRCP: Update constant names for AVRCP 1.4Michal Labedzki2012-07-041-22/+26
* audio: Remove not needed NULL pointer checksSzymon Janc2012-06-291-2/+0
* AVRCP: Convert spaces to tabsMichal Labedzki2012-06-281-8/+8
* audio: Move UUID string definition to libDaniel Wagner2012-06-021-0/+1
* AVRCP: Fix not registering to VolumeChanged event again when notifiedLuiz Augusto von Dentz2012-05-281-1/+8
* AVRCP: Add support for sending SetAbsoluteVolumeLuiz Augusto von Dentz2012-05-271-0/+53
* AVRCP: Fix initializing volume before checking PDU typeLuiz Augusto von Dentz2012-05-271-2/+4
* AVRCP: Remove unneeded check for set_volume callbackLucas De Marchi2012-05-251-2/+1
* AVRCP: Fix not setting audio device connected to playerLuiz Augusto von Dentz2012-05-251-0/+2
* audio: Change the file mode back to 644Marcel Holtmann2012-05-221-0/+0
* AVRCP: Add missing Player Setting feature in TG recordJoohi Rastogi2012-05-221-3/+5
* AVRCP: Refactor the code using constantsJoohi Rastogi2012-05-221-2/+15
* AVRCP: Bump TG record to 1.4Luiz Augusto von Dentz2012-05-181-1/+1
* AVRCP: Subscribe for VolumeChanged NotificationLuiz Augusto von Dentz2012-05-181-1/+61
* build: Remove glib-compat.h supportMarcel Holtmann2012-04-161-1/+0
* avrcp: Fix the response ctype of SetPlayerApplicationSettingValueSyam Sidhardhan2012-04-131-1/+1
* AVRCP: Add missing capability for TrackReachedEndMichal Labedzki2012-04-121-2/+3
* avrcp: Add error code for rejected vendor commandMichal Labedzki2012-03-131-0/+15
* avrcp: Fix response ctype of AbortContinuingResponseMichal Labedzki2012-03-131-1/+1
* 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