summaryrefslogtreecommitdiff
path: root/android/avrcp.c
Commit message (Expand)AuthorAgeFilesLines
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* android: Fix a few compiler warningsMarcel Holtmann2018-05-241-1/+6
* android/avrcp-lib: Use void pointer in register_notificationSzymon Janc2015-04-161-2/+3
* android/avrcp: Move SDP features defines to common headerSzymon Janc2015-03-251-5/+0
* android/avrcp-lib: Rework callback returnLuiz Augusto von Dentz2014-10-161-4/+4
* android/avrcp-lib: Add RegisterNotification structsLuiz Augusto von Dentz2014-10-061-18/+2
* android/avrcp: Register CT recordLuiz Augusto von Dentz2014-08-201-8/+97
* android/avrcp: Fix crash while discovering recordsLuiz Augusto von Dentz2014-07-301-0/+3
* android: Make multi-line comments style consistentSzymon Janc2014-04-291-3/+6
* android/avrcp: Remove unused local variableSzymon Janc2014-04-231-2/+1
* android/avrcp-lib: Add support for parsing SetAbsoluteVolume responseLuiz Augusto von Dentz2014-04-071-32/+22
* android/avrcp-lib: Add support for parsing RegisterNotification responseLuiz Augusto von Dentz2014-03-311-21/+18
* android/avrcp-lib: Add support for parsing GetCapabilities responseLuiz Augusto von Dentz2014-03-311-22/+18
* Replace bt_put_be32() by put_be32()Claudio Takahasi2014-03-241-1/+1
* Replace bt_put_be16() by put_be16()Claudio Takahasi2014-03-241-2/+2
* Replace bt_get_be32() by get_be32()Claudio Takahasi2014-03-241-0/+1
* android: Fix some random code style issuesSzymon Janc2014-03-201-1/+1
* android/avrcp: Bump AVCTP version to 1.4Szymon Janc2014-03-181-1/+1
* android/avrcp: Switch to use avrcp_register_playerLuiz Augusto von Dentz2014-03-181-79/+34
* android/avrcp: Fix setting wrong type for volume changed eventLuiz Augusto von Dentz2014-03-101-11/+1
* android/avrcp: Fix not handling SetAbsoluteVolume responseLuiz Augusto von Dentz2014-03-101-1/+32
* android/avrcp: Fill attributes in case of empty for GetElementAttributesLuiz Augusto von Dentz2014-03-101-0/+12
* android/avrcp: Bump version to 1.5Luiz Augusto von Dentz2014-03-071-1/+1
* android/avrcp: Add support to set volume commandLuiz Augusto von Dentz2014-03-071-1/+26
* android/avrcp: Add support to receive volume changed notificationsLuiz Augusto von Dentz2014-03-071-0/+85
* android/avrcp: Fix warnings when freeing avrcp_device structLuiz Augusto von Dentz2014-03-061-2/+4
* android/arvrcp: Fix not parsing SDP record correctlyLuiz Augusto von Dentz2014-03-061-7/+15
* android/avrcp: Add remote features notificationLuiz Augusto von Dentz2014-03-061-0/+17
* android/avrcp: Fix PDU length calculationAndrzej Kaczmarek2014-03-051-8/+13
* android/avrcp: Fix RegisterNotification response handlingAndrzej Kaczmarek2014-03-051-27/+40
* android/avrcp: Fix response for RegisterNotificationAndrzej Kaczmarek2014-03-051-1/+14
* android/avrcp: Search for AVRCP CT record before connectingLuiz Augusto von Dentz2014-03-051-53/+154
* android/avrcp: Bump version to 1.3Luiz Augusto von Dentz2014-03-041-1/+1
* android/avrcp: Add handler for RegisterNotification commandLuiz Augusto von Dentz2014-03-041-1/+81
* android/avrcp: Add handler for GetElementAttributes commandLuiz Augusto von Dentz2014-03-041-1/+111
* android/avrcp: Add handler for GetPlayStatus commandLuiz Augusto von Dentz2014-03-041-1/+97
* android/avrcp: Add handler for GetCapabilities commandLuiz Augusto von Dentz2014-03-041-0/+39
* android/avrcp: Add passthrough handler for rewindLuiz Augusto von Dentz2014-03-041-0/+17
* android/avrcp: Add passthrough handler for fast forwardLuiz Augusto von Dentz2014-03-041-0/+23
* android: Pass mode parameter to registered servicesSzymon Janc2014-03-041-1/+1
* android: Refactor IPC initSzymon Janc2014-02-281-24/+28
* android/avrcp: Add avrcp_get_capabilities requestAndrei Emeltchenko2014-02-261-0/+1
* android/avrcp: Use NULL for zero pointersAndrei Emeltchenko2014-02-241-1/+1
* android: Add initial AVRCP common codeAndrei Emeltchenko2014-02-201-19/+23
* android/avrcp: Add command handlers stubsLuiz Augusto von Dentz2014-02-191-0/+109
* android: Update copyright and license detailsMarcel Holtmann2014-02-111-10/+10
* android/AVRCP: Fix possible invalid readLuiz Augusto von Dentz2014-02-061-3/+8
* android/AVRCP: Add bt_avrcp_disconnectLuiz Augusto von Dentz2014-02-051-0/+26
* android/AVRCP: Add bt_avrcp_connectLuiz Augusto von Dentz2014-02-051-5/+55
* android/avrcp: Close AVRCP channel on errorAndrei Emeltchenko2014-02-021-2/+8