summaryrefslogtreecommitdiff
path: root/profiles/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: Update btd_adapter_find_device to also match the address typeJohan Hedberg2014-03-222-2/+4
* Replace bt_get_le64() by get_le64()Claudio Takahasi2014-03-211-1/+2
* audio/player: Use proper errors instead of using .FailedLuiz Augusto von Dentz2014-03-131-19/+10
* AVCTP: Fix sending wrong response formatLuiz Augusto von Dentz2014-03-041-2/+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-112-9/+19
* avrcp: Fix using incorrect buffer for SetVolumeAndrei Emeltchenko2014-02-111-1/+1
* audio/AVCTP: Lookup key name from key_map tableLuiz Augusto von Dentz2014-02-051-29/+9
* audio/AVCTP: Add keys that can be mapped to uinputLuiz Augusto von Dentz2014-02-052-0/+57
* 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/player: Fix using invalid end indexLuiz Augusto von Dentz2014-02-021-1/+2
* 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
* avctp: Fix wrong error messageAndrei Emeltchenko2014-01-291-1/+1
* avctp: Use predefined HEADER_LENGTH instead of sizeofAndrei Emeltchenko2014-01-291-6/+6
* avctp: trivial: Do not break short lineAndrei Emeltchenko2014-01-291-2/+1
* avctp: Use already calculated avc headerAndrei Emeltchenko2014-01-291-1/+1
* audio/AVRCP: Fix sending invalid response to GetCapabilitiesLuiz Augusto von Dentz2014-01-291-0/+1
* profiles: Make btio/btio.h include localMarcel Holtmann2014-01-252-2/+2
* profiles: Use full include path for header filesMarcel Holtmann2014-01-2510-29/+35
* avrcp: Use NULL for zero pointersAndrei Emeltchenko2014-01-241-46/+46
* Rename glib-helper to uuid-helperJohan Hedberg2014-01-212-2/+2
* 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/AVCTP: Fix crashLuiz Augusto von Dentz2013-12-031-1/+1
* Rename adapter_find_device to btd_adapter_find_deviceSzymon Janc2013-11-272-2/+2
* Rename adapter_get_address to btd_adapter_get_addressSzymon Janc2013-11-272-9/+16
* audio/AVCTP: Use A/V_RemoteControl UUID for incoming connectionsLuiz Augusto von Dentz2013-11-181-1/+1
* audio/AVDTP: Remove unused avdtp_set_device_disconnectLuiz Augusto von Dentz2013-11-182-15/+0
* audio/sink: Remove shutdown parameter from sink_disconnectLuiz Augusto von Dentz2013-11-183-6/+3
* audio/source: Remove shutdown parameter from source_disconnectLuiz Augusto von Dentz2013-11-183-6/+3
* audio/AVDTP: Remove public function that are only used locallyLuiz Augusto von Dentz2013-11-182-23/+12
* audio/AVDTP: Remove unused codeLuiz Augusto von Dentz2013-11-182-28/+0
* audio/A2DP: Return -ENOPROTOOPT if record doesn't existLuiz Augusto von Dentz2013-11-131-0/+24
* audio/AVDTP: Remove avdtp_init and avdtp_exitLuiz Augusto von Dentz2013-11-113-72/+60
* audio/AVRCP: Always assign a player to TG roleLuiz Augusto von Dentz2013-10-301-3/+0
* audio/media: Send status changed if position changesLuiz Augusto von Dentz2013-10-151-2/+15
* audio/media: Remove unused fieldLuiz Augusto von Dentz2013-10-151-2/+0
* audio/media: Add support for tracking Seeked signalLuiz Augusto von Dentz2013-10-151-0/+21