summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
2012-10-26AVRCP: Add support for settings changed eventLuiz Augusto von Dentz3-2/+88
2012-10-26AVCTP: Reduce verbosity of PDU parsingLuiz Augusto von Dentz1-23/+0
2012-10-26AVRCP: Fix not adding session to player's list of sessionsLuiz Augusto von Dentz1-1/+7
2012-10-26AVRCP: Don't respond with errors when no player is registeredLuiz Augusto von Dentz1-33/+85
2012-10-26AVRCP: Fix using void * for metadata valuesLuiz Augusto von Dentz3-80/+42
2012-10-26control: Fix Control.Disconnect not generating any replyLuiz Augusto von Dentz1-18/+2
2012-10-16audio: Remove path from struct audio_deviceSzymon Janc9-83/+102
2012-10-16audio: Move btd_device unref after last use in device_freeSzymon Janc1-2/+2
2012-10-16control: Add Control.Disconnect methodLuiz Augusto von Dentz1-0/+31
2012-10-16control: Add Control.Connect APILuiz Augusto von Dentz1-0/+45
2012-10-16control: Add basic support for AVRCP 1.0 controllerLuiz Augusto von Dentz1-17/+44
2012-10-16AVRCP: Add proper role init procedureLuiz Augusto von Dentz1-10/+103
2012-10-16AVRCP: Fix handling TG PDUs as they were CT PDUsLuiz Augusto von Dentz1-24/+57
2012-10-16AVRCP: Fix reading wrong profile when acting as a controllerLuiz Augusto von Dentz1-1/+18
2012-10-16AVCTP: Add proper queueing for channelsLuiz Augusto von Dentz1-98/+245
2012-10-16AVCTP: Add proper prefix to AVC passthrough codesLuiz Augusto von Dentz3-25/+25
2012-10-16AVCTP: Wait confirmation to send button releaseLuiz Augusto von Dentz1-12/+46
2012-10-16AVCTP: Make use of allocate buffer to send dataLuiz Augusto von Dentz1-49/+34
2012-10-16AVRCP: Simplify state_changed callbackLuiz Augusto von Dentz1-38/+53
2012-10-16AVRCP: Fix crash on disconnectLuiz Augusto von Dentz4-99/+148
2012-10-16AVRCP: Register to AVCTP state changes without depending on playerLuiz Augusto von Dentz1-3/+3
2012-10-16AVCTP: Allocate memory to hold incoming/outgoing PDUsLuiz Augusto von Dentz1-9/+22
2012-10-16AVCTP: Simplify channel handlingLuiz Augusto von Dentz1-73/+82
2012-10-15media: Fix leaking endpoint in case of failure to register SEPLuiz Augusto von Dentz1-1/+1
2012-10-09audio: Remove redundant procedure when a2dp connectChan-yeol Park1-6/+7
2012-10-09audio: Fix audio driver is not probedChan-yeol Park1-1/+2
2012-10-09avinfo: Replace definitions with a2dp-codecs.h'sChan-yeol Park1-2/+19
2012-10-09audio: Add check for vendor specific A2DP codecChan-yeol Park2-2/+61
2012-10-09sink: Remove deprecated codeLuiz Augusto von Dentz1-52/+0
2012-10-09audio: Fix memory leak of AVDTP bufferLuiz Augusto von Dentz2-0/+16
2012-10-05device: Convert device_get_address into simple getterSzymon Janc1-4/+2
2012-10-05adapter: Constify pointer returned by adapter_get_addressSzymon Janc1-2/+2
2012-10-05adapter: Convert adapter_get_address into simple getterSzymon Janc1-31/+17
2012-10-04audio: Remove unused functionChan-yeol Park2-41/+0
2012-10-04audio: Use DBus.Properties on Control interfaceLucas De Marchi1-39/+18
2012-10-04AVDTP: Remove hand-written function name from logLucas De Marchi1-1/+1
2012-10-04AVCTP: Remove hand-written function name from logLucas De Marchi1-1/+1
2012-10-03AVRCP: Fix not freeing session list on exitLuiz Augusto von Dentz1-0/+1
2012-10-03AVRCP: Fix not removing session from player upon disconnectLuiz Augusto von Dentz1-0/+5
2012-10-03AVRCP: Fix not freeing player session list on exitLuiz Augusto von Dentz1-0/+1
2012-10-02audio: Fix missing gateway state check on ConnectMikel Astiz1-0/+5
2012-10-02audio: Fix crash on gateway close while connectedMikel Astiz1-6/+27
2012-10-02audio: Fix crash if gateway closed before replyMikel Astiz1-8/+27
2012-10-01audio: Drop audio-specific authorization mechanismMikel Astiz5-196/+43
2012-10-01adapter: Use authorization id for cancellingMikel Astiz1-10/+15
2012-09-26AVRCP: Store version and features of the remote in the sessionLuiz Augusto von Dentz1-14/+13
2012-09-26AVRCP: Fix using struct avrcp_player as session abstractionLuiz Augusto von Dentz2-124/+172
2012-09-26AVRCP: Automatically connect browsing channel if supportedLuiz Augusto von Dentz3-1/+40
2012-09-26AVRCP: Add handler for browsing PDUsVani Patel2-6/+96
2012-09-26AVCTP: Add functions to register and unregister Browsing handlerJoohi Rastogi2-0/+38