summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-18lib: Remove duplicated HSP_HS_UUID definitionAnderson Lizardo1-1/+0
2013-07-17tools/bluetooth-player: Make show-item command print Player propertyLuiz Augusto von Dentz1-0/+1
2013-07-17doc/media-api: Update documentation of MediaItem1Luiz Augusto von Dentz1-1/+5
2013-07-17audio/player: Add Player property to MediaItem1Luiz Augusto von Dentz1-0/+15
2013-07-17doc/media-api: Update documentation of MediaFolder1Luiz Augusto von Dentz1-2/+2
2013-07-17core: Fix default authorize value for external profilesMartin Xu1-0/+13
2013-07-16doc/media-api: Update documentation of MediaPlayer1Luiz Augusto von Dentz1-0/+20
2013-07-16input: Add debug logs for attio connection status in HoG codeJohan Hedberg1-0/+4
2013-07-16input: Fix minor coding style issue in HoG codeJohan Hedberg1-2/+2
2013-07-16core: Add debug log for attrib disconnection reasonJohan Hedberg1-0/+2
2013-07-15core: Remove unnecessary btd_device reference count in browse_reqJohan Hedberg1-4/+2
2013-07-15core: Use proper header for S_IRUSR/S_IWUSRSzymon Janc1-1/+1
2013-07-12plugins/policy: Limit the number of retries to sink profileLuiz Augusto von Dentz1-1/+7
2013-07-12plugins/policy: Limit the number of retries to source profileLuiz Augusto von Dentz1-1/+7
2013-07-12audio/control: Enable initiate connection to CT roleLuiz Augusto von Dentz2-7/+7
2013-07-12audio/sink: Move stream retry logic to policy pluginLuiz Augusto von Dentz2-43/+60
2013-07-12audio/source: Move stream retry logic to policy pluginLuiz Augusto von Dentz2-45/+61
2013-07-12plugins/policy: Reword audio policy code in a simple pluginLuiz Augusto von Dentz4-321/+333
2013-07-12audio/main: Remove dependency on struct audio_deviceLuiz Augusto von Dentz1-1/+0
2013-07-12audio/manager: Remove dependency on struct audio_deviceLuiz Augusto von Dentz2-119/+35
2013-07-12audio/transport: Remove dependency on struct audio_deviceLuiz Augusto von Dentz1-1/+0
2013-07-12audio/media: Remove dependency on struct audio_deviceLuiz Augusto von Dentz1-5/+4
2013-07-12audio/source: Remove dependency on struct audio_deviceLuiz Augusto von Dentz3-15/+11
2013-07-12audio/sink: Remove dependency on struct audio_deviceLuiz Augusto von Dentz3-14/+10
2013-07-12audio/A2DP: Remove dependency on struct audio_deviceLuiz Augusto von Dentz7-128/+148
2013-07-12audio/control: Remove dependency on struct audio_deviceLuiz Augusto von Dentz3-36/+52
2013-07-12audio/AVRCP: Remove dependency on struct audio_deviceLuiz Augusto von Dentz7-49/+47
2013-07-12audio/AVDTP: Remove dependency on struct audio_deviceLuiz Augusto von Dentz6-90/+87
2013-07-12audio/AVCTP: Remove dependency on struct audio_deviceLuiz Augusto von Dentz5-76/+62
2013-07-12audio/control: Reduce dependency on struct audio_deviceLuiz Augusto von Dentz5-71/+51
2013-07-12audio/source: Reduce dependency on struct audio_deviceLuiz Augusto von Dentz6-58/+50
2013-07-12audio/sink: Reduce dependency on struct audio_deviceLuiz Augusto von Dentz7-62/+55
2013-07-12audio/control: Use service user_data for private dataLuiz Augusto von Dentz5-38/+56
2013-07-12audio/source: Use service user_data for private dataLuiz Augusto von Dentz4-19/+22
2013-07-12audio/sink: Use service user_data for private dataLuiz Augusto von Dentz5-39/+54
2013-07-12core: Clear temporary flag only when a real profile is connectedJohan Hedberg1-2/+3
2013-07-12input: Fix rejecting connections from unknown devicesJohan Hedberg3-6/+17
2013-07-12core: Fix incorrect update of dev->svc_refreshedJohan Hedberg1-1/+9
2013-07-12input: Fix service disconnected state transitionJohan Hedberg1-2/+2
2013-07-12core: Remove unnecessary device_resolve_svc functionJohan Hedberg1-9/+6
2013-07-12input: Add some extra debug statements to clarify connection flowJohan Hedberg2-0/+8
2013-07-12core: Fix returning correct D-Bus reply when refreshing servicesJohan Hedberg1-2/+7
2013-07-12core: Clear device->attrib pointer before calling g_attrib_cancel_allJohan Hedberg1-2/+3
2013-07-12core: Remove redundant includes from sdpd-*.cFrederic Danis4-19/+0
2013-07-11core: Refresh SDP services if no matching profiles were foundJohan Hedberg1-27/+41
2013-07-11core: Simplify code flow in search_cbJohan Hedberg1-9/+5
2013-07-11core: Implement passive SDP discovery after connecting known servicesJohan Hedberg1-1/+5
2013-07-11core: Remove unnecessary secure paramter from device_browse_primaryJohan Hedberg1-13/+8
2013-07-11core: Remove unused reverse parameter from device_browse_sdpJohan Hedberg1-7/+5
2013-07-11core: Set low priority for SDP dataJohan Hedberg1-1/+12