summaryrefslogtreecommitdiff
path: root/profiles/audio/avrcp.c
Commit message (Expand)AuthorAgeFilesLines
* audio/avrcp: Fix not handling errors for GetCapabilitiesLuiz Augusto von Dentz2014-09-031-1/+2
* audio/avrcp: Fix overflow when using UINT32_MAXLuiz Augusto von Dentz2014-08-061-3/+9
* audio/avrcp: Fix not continuing from the correct indexLuiz Augusto von Dentz2014-07-311-1/+1
* audio/avrcp: Fix not accounting all items when listingLuiz Augusto von Dentz2014-07-311-1/+1
* Replace bt_put_be64() by put_be64()Claudio Takahasi2014-03-241-4/+4
* Replace bt_put_be32() by put_be32()Claudio Takahasi2014-03-241-2/+2
* Replace bt_put_be16() by put_be16()Claudio Takahasi2014-03-241-6/+6
* Replace bt_get_be64() by get_be64()Claudio Takahasi2014-03-241-3/+3
* Replace bt_get_be32() by get_be32()Claudio Takahasi2014-03-241-6/+6
* Replace bt_get_be16() by get_be16()Claudio Takahasi2014-03-241-15/+15
* Replace bt_get_le64() by get_le64()Claudio Takahasi2014-03-211-1/+2
* audio: Update code for set_company_id functionMarcel Holtmann2014-03-011-4/+4
* avrcp: Fix sending invalid attributes in GetCurrentPlayerValueLuiz Augusto von Dentz2014-02-111-9/+18
* avrcp: Fix using incorrect buffer for SetVolumeAndrei Emeltchenko2014-02-111-1/+1
* audio/AVRCP: Fix checking for handler pointer instead of pdu_idLuiz Augusto von Dentz2014-02-051-4/+4
* avrcp: Fix printing order for browsing avrcp headerAndrei Emeltchenko2014-02-021-1/+1
* avrcp: Fix printing incorrect order for avrcp control headerAndrei Emeltchenko2014-02-021-2/+2
* audio/AVRCP: Fix not setting playable flag for folderLuiz Augusto von Dentz2014-02-021-1/+10
* audio/AVRCP: Fix using the wrong octet for folder typeLuiz Augusto von Dentz2014-02-021-1/+1
* audio/AVRCP: Fix crash when player target is not initializedLuiz Augusto von Dentz2014-01-301-17/+25
* audio/AVRCP: Fix not freeing pending_pdu if session is detroyedLuiz Augusto von Dentz2014-01-291-0/+2
* audio/AVRCP: Fix sending invalid response to GetCapabilitiesLuiz Augusto von Dentz2014-01-291-0/+1
* profiles: Use full include path for header filesMarcel Holtmann2014-01-251-4/+5
* avrcp: Use NULL for zero pointersAndrei Emeltchenko2014-01-241-46/+46
* avrcp: Remove dead codeAndrei Emeltchenko2014-01-131-20/+4
* avrcp: Remove unnecessary "if (...)"Anderson Lizardo2014-01-061-1/+1
* audio/AVRCP: Fix check for values out of range in SetAbsoluteVolumeLuiz Augusto von Dentz2013-12-191-5/+3
* audio/AVRCP: Always assign a player to TG roleLuiz Augusto von Dentz2013-10-301-3/+0
* profiles/AVRCP: Add AV Remote Controller service class id to CTLuiz Augusto von Dentz2013-10-091-1/+3
* adapter: Handle removing of SDP recordsSzymon Janc2013-09-231-2/+2
* adapter: Handle adding new SDP recordsSzymon Janc2013-09-231-2/+2
* audio/AVRCP: Connect browsing channel in case of GetCapabilities responseLuiz Augusto von Dentz2013-07-301-0/+7
* audio/AVRCP: Connect browsing channel when accepting the connectionLuiz Augusto von Dentz2013-07-301-8/+48
* audio/AVRCP: Fix not setting browsing feature in CT recordLuiz Augusto von Dentz2013-07-301-1/+2
* audio/AVRCP: Fix not connecting Browsing channel when supportedLuiz Augusto von Dentz2013-07-301-10/+4
* audio/AVRCP: Fix memory leaksLuiz Augusto von Dentz2013-07-301-1/+2
* audio: Move AVRCP related code to its own pluginLuiz Augusto von Dentz2013-07-241-138/+207
* audio/AVRCP: Fix registration of VOLUME_CHANGEDLuiz Augusto von Dentz2013-07-231-1/+4
* audio/AVRCP: Rework role detectionLuiz Augusto von Dentz2013-07-231-208/+219
* audio/AVRCP: Remove dependency on struct audio_deviceLuiz Augusto von Dentz2013-07-121-27/+24
* audio/AVCTP: Remove dependency on struct audio_deviceLuiz Augusto von Dentz2013-07-121-17/+18
* audio/control: Reduce dependency on struct audio_deviceLuiz Augusto von Dentz2013-07-121-8/+31
* audio/sink: Reduce dependency on struct audio_deviceLuiz Augusto von Dentz2013-07-121-1/+1
* audio/control: Use service user_data for private dataLuiz Augusto von Dentz2013-07-121-6/+6
* audio/media: Fix setting player settingsLuiz Augusto von Dentz2013-06-181-2/+2
* audio/AVRCP: Fix invalid response to RegisterNotificationLuiz Augusto von Dentz2013-06-181-4/+9
* audio/media: Fix notifying settings changed incorrectlyLuiz Augusto von Dentz2013-06-181-17/+13
* audio/player: Create item on media_player_set_playlist_itemLuiz Augusto von Dentz2013-06-171-3/+3
* audio/player: Add implementation of MediaFolder.SearchLuiz Augusto von Dentz2013-06-171-3/+17
* audio/AVRCP: Add support for Search commandLuiz Augusto von Dentz2013-06-171-1/+56