summaryrefslogtreecommitdiff
path: root/profiles
Commit message (Expand)AuthorAgeFilesLines
* audio/control: Use service user_data for private dataLuiz Augusto von Dentz2013-07-125-38/+56
* audio/source: Use service user_data for private dataLuiz Augusto von Dentz2013-07-124-19/+22
* audio/sink: Use service user_data for private dataLuiz Augusto von Dentz2013-07-125-39/+54
* input: Fix rejecting connections from unknown devicesJohan Hedberg2013-07-123-6/+17
* input: Fix service disconnected state transitionJohan Hedberg2013-07-121-2/+2
* input: Add some extra debug statements to clarify connection flowJohan Hedberg2013-07-122-0/+8
* audio/source: Fix not notifying service about connection stateLuiz Augusto von Dentz2013-07-051-12/+4
* audio/sink: Fix not notifying service about connection stateLuiz Augusto von Dentz2013-07-051-12/+4
* audio/player: Fix crash when current item UID is set to 0Luiz Augusto von Dentz2013-06-261-1/+1
* input: Use btd_service userdata pointerMikel Astiz2013-06-241-27/+10
* scanparam: Use btd_service userdata pointerMikel Astiz2013-06-241-30/+6
* deviceinfo: Use btd_service userdata pointerMikel Astiz2013-06-241-40/+6
* network: Remove find_connection()Mikel Astiz2013-06-241-21/+10
* network: Fix missing NULL check for given UUIDMikel Astiz2013-06-241-1/+4
* network: Remove duplicated searchMikel Astiz2013-06-241-4/+0
* audio/media: Fix setting player settingsLuiz Augusto von Dentz2013-06-182-9/+49
* 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-183-24/+16
* audio/player: Create item on media_player_set_playlist_itemLuiz Augusto von Dentz2013-06-173-40/+85
* audio/player: Add implementation of MediaFolder.SearchLuiz Augusto von Dentz2013-06-173-27/+113
* audio/AVRCP: Add support for Search commandLuiz Augusto von Dentz2013-06-172-1/+58
* audio/player: Add implementation of MediaItem.AddToNowPlayingLuiz Augusto von Dentz2013-06-171-1/+17
* audio/AVRCP: Add support for AddToNowPlaying commandLuiz Augusto von Dentz2013-06-172-0/+50
* audio/player: Add implementation of MediaItem.PlayLuiz Augusto von Dentz2013-06-171-1/+16
* audio/AVRCP: Add support for PlayItem commandLuiz Augusto von Dentz2013-06-172-0/+50
* audio/player: Add implementation of MediaFolder.ChangeFolderLuiz Augusto von Dentz2013-06-173-12/+85
* audio/AVRCP: Add support for ChangePath commandLuiz Augusto von Dentz2013-06-172-6/+73
* audio/player: Add support for MediaItem.Metadata propertyLuiz Augusto von Dentz2013-06-171-1/+41
* audio/player: Add function media_item_set_playableLuiz Augusto von Dentz2013-06-173-1/+20
* audio/player: Add support for setting current Item objectLuiz Augusto von Dentz2013-06-173-6/+40
* audio/player: Add implementation of MediaFolder.ListItemsLuiz Augusto von Dentz2013-06-173-3/+164
* audio/AVRCP: Add support for GetFolderItems commandLuiz Augusto von Dentz2013-06-172-4/+195
* audio/AVRCP: Add browsed flag to playerLuiz Augusto von Dentz2013-06-171-1/+3
* audio/player: Split item creationLuiz Augusto von Dentz2013-06-173-108/+250
* audio: Fix memory leak while creating SDP recordsAnderson Lizardo2013-06-121-6/+8
* AVRCP: Fix sending SetPlayerApplicationSettingValue using notify command typeLuiz Augusto von Dentz2013-06-111-1/+1
* AVRCP: Allways fallback to GetElementAttributes if GetItemAttributes failsLuiz Augusto von Dentz2013-06-111-2/+1
* AVRCP: Fix sending invalid attributes when responding to GetElementAttributesLuiz Augusto von Dentz2013-06-111-3/+33
* AVRCP: Fix crash while setting player volumeLuiz Augusto von Dentz2013-06-111-1/+2
* AVRCP: Fix crash when connecting role without a recordLuiz Augusto von Dentz2013-06-111-0/+5
* AVRCP: Fix setting reserved bit in GetCapabilities responseLuiz Augusto von Dentz2013-06-111-1/+1
* AVRCP: Fix crash if player status is NULLLuiz Augusto von Dentz2013-06-111-0/+2
* AVRCP: Fix crash when current addressed player is removedLuiz Augusto von Dentz2013-06-111-4/+24
* AVRCP: Add additional protocol discriptor list for Browsing channelLuiz Augusto von Dentz2013-06-111-3/+21
* AVRCP: Fix crash while listing available settings in TG roleLuiz Augusto von Dentz2013-06-111-0/+2
* AVCTP: Call callback in case the request timeoutLuiz Augusto von Dentz2013-06-112-6/+40
* AVCTP: Fix coding styleLuiz Augusto von Dentz2013-06-111-3/+2
* AVRCP: Fix crash when registering unsupported notificationLuiz Augusto von Dentz2013-06-111-0/+4
* alert: Fix invalid read past end of bufferJohan Hedberg2013-06-071-0/+3
* heartrate: Fix D-Bus registration error caseMikel Astiz2013-05-291-2/+2