Luiz Augusto von Dentz
|
49e49b00dc
|
android/avrcp-lib: Add support for SetAbsoluteVolume PDU
|
2014-05-19 16:12:47 +03:00 |
|
Luiz Augusto von Dentz
|
0276e3a164
|
android/avrcp-lib: Fix parsing of SetPlayerApplicationSettingValue
SetPlayerApplicationSettingValue do not return any parameter in case of
success.
|
2014-05-05 13:30:58 +03:00 |
|
Luiz Augusto von Dentz
|
db89f55e01
|
android/avrcp: Add avrcp_set_player_value_rsp function
This function can be used to generate SetPlayerValue responses.
|
2014-04-30 15:45:13 +03:00 |
|
Luiz Augusto von Dentz
|
92fa90a3c7
|
android/avrcp-lib: Add support for parsing AddToNowPlaying PDU
|
2014-04-25 15:05:26 +03:00 |
|
Luiz Augusto von Dentz
|
50654b8554
|
android/avrcp: Add avrcp_add_to_now_playing function
|
2014-04-25 15:05:26 +03:00 |
|
Luiz Augusto von Dentz
|
9fe316fc6f
|
android/avrcp-lib: Add support for parsing Search PDU
|
2014-04-25 15:05:25 +03:00 |
|
Luiz Augusto von Dentz
|
f874249b07
|
android/avrcp-lib: Add support for parsing PlayItem PDU
|
2014-04-25 15:05:25 +03:00 |
|
Luiz Augusto von Dentz
|
15b3ad123f
|
android/avrcp: Add avrcp_play_item function
|
2014-04-25 15:05:25 +03:00 |
|
Luiz Augusto von Dentz
|
8054260141
|
android/avrcp-lib: Add support for parsing GetItemAttributes PDU
|
2014-04-25 15:05:24 +03:00 |
|
Luiz Augusto von Dentz
|
22eb6f6448
|
android/avrcp-lib: Add support for parsing ChangePath PDU
|
2014-04-25 15:05:24 +03:00 |
|
Luiz Augusto von Dentz
|
5b31a307ab
|
android/avrcp-lib: Add support for parsing GetFolderItems PDU
|
2014-04-25 15:05:23 +03:00 |
|
Luiz Augusto von Dentz
|
bf1d6f9bed
|
android/avrcp-lib: Add initial code for handling browsing PDUs
|
2014-04-25 15:05:23 +03:00 |
|
Luiz Augusto von Dentz
|
46261a0358
|
android/avrcp-lib: Make avrcp_control_handler internal
This is no longer needed in the by the public API.
|
2014-04-15 15:23:15 +03:00 |
|
Luiz Augusto von Dentz
|
87f8d3fd62
|
android/avctp: Make avctp_send_vendor to take struct iovec
This makes it possible to pass data without copying.
|
2014-04-15 11:13:38 +03:00 |
|
Luiz Augusto von Dentz
|
94b32ee3ae
|
android/avrcp-lib: Add support for parsing SetAbsoluteVolume response
|
2014-04-07 10:12:37 +03:00 |
|
Luiz Augusto von Dentz
|
1881424180
|
android/avrcp-lib: Remove unused define
|
2014-04-02 14:25:42 +03:00 |
|
Luiz Augusto von Dentz
|
ac3484e900
|
android/avrcp: Add avrcp_search function
|
2014-04-02 14:25:41 +03:00 |
|
Luiz Augusto von Dentz
|
272d77594e
|
android/avrcp: Add avrcp_get_item_attributes() function
|
2014-04-02 14:25:41 +03:00 |
|
Luiz Augusto von Dentz
|
8731902f62
|
android/avrcp: Add avrcp_change_path() function
|
2014-04-02 14:25:41 +03:00 |
|
Luiz Augusto von Dentz
|
36d6b226c7
|
android/avrcp: Add avrcp_get_folder_items() function
|
2014-04-02 14:25:40 +03:00 |
|
Luiz Augusto von Dentz
|
007909a842
|
android/avrcp: Add avrcp_set_browsed_player() function
|
2014-04-02 14:25:40 +03:00 |
|
Andrei Emeltchenko
|
6114561af4
|
android/avrcp: Add avrcp_connect_browsing()
Add support for browsing channel
|
2014-04-02 14:25:40 +03:00 |
|
Luiz Augusto von Dentz
|
97518af91a
|
android/avrcp-lib: Add support for parsing SetAddressed response
|
2014-04-02 14:25:40 +03:00 |
|
Luiz Augusto von Dentz
|
8878bd46a1
|
android/avrcp-lib: Add support for parsing RegisterNotification response
|
2014-03-31 10:45:36 +03:00 |
|
Luiz Augusto von Dentz
|
72fda35f3f
|
android/avrcp-lib: Add support for parsing GetElementAttributes response
|
2014-03-31 10:45:35 +03:00 |
|
Luiz Augusto von Dentz
|
6451a036af
|
android/avrcp-lib: Add support for parsing GetPlayStatus response
|
2014-03-31 10:45:35 +03:00 |
|
Luiz Augusto von Dentz
|
4f45fa2bde
|
android/avrcp-lib: Add support for parsing SetPlayerValue response
|
2014-03-31 10:45:35 +03:00 |
|
Luiz Augusto von Dentz
|
78119f0faa
|
android/avrcp-lib: Add support for parsing GetCurrentPlayerValue response
|
2014-03-31 10:45:35 +03:00 |
|
Luiz Augusto von Dentz
|
d74ac785cb
|
android/avrcp-lib: Add support for parsing GetPlayerValueText response
|
2014-03-31 10:45:35 +03:00 |
|
Luiz Augusto von Dentz
|
2d4b61bb2b
|
android/avrcp-lib: Add avrcp_get_player_value_text
This function can be used to send GetPlayerValueText command PDUs.
|
2014-03-31 10:45:35 +03:00 |
|
Luiz Augusto von Dentz
|
f0456be23c
|
android/avrcp-lib: Add support for parsing ListPlayerValues response
|
2014-03-31 10:45:35 +03:00 |
|
Luiz Augusto von Dentz
|
5f370c08be
|
android/avrcp-lib: Add avrcp_list_player_values
This function can be used to send ListPlayerValues command PDUs.
|
2014-03-31 10:45:35 +03:00 |
|
Luiz Augusto von Dentz
|
93c753c0b1
|
android/avrcp-lib: Add support for parsing GetPlayerAttributeText response
|
2014-03-31 10:45:34 +03:00 |
|
Luiz Augusto von Dentz
|
6af4aef934
|
android/avrcp-lib: Add support for parsing ListPlayerAttributes response
|
2014-03-31 10:45:34 +03:00 |
|
Luiz Augusto von Dentz
|
545963a135
|
android/avrcp-lib: Add support for parsing GetCapabilities response
|
2014-03-31 10:45:34 +03:00 |
|
Luiz Augusto von Dentz
|
40f45cf4c4
|
android/avrcp-lib: Make unused public function private
|
2014-03-18 10:54:31 +02:00 |
|
Luiz Augusto von Dentz
|
de498da768
|
android/avrcp-lib: Add avrcp_get_capabilities_rsp function
This function can be used to generate GetCapabilities response PDUs.
|
2014-03-18 10:54:31 +02:00 |
|
Luiz Augusto von Dentz
|
217ae925ef
|
android/avrcp-lib: Add avrcp_get_current_player_value_rsp function
This function can be used to generate GetCurrentPlayerValue response
PDUs.
|
2014-03-18 10:54:31 +02:00 |
|
Luiz Augusto von Dentz
|
1a04046ee5
|
android/avrcp-lib: Add avrcp_get_player_values_text_rsp function
This function can be used to generate GetPlayerValuesText response PDUs.
|
2014-03-18 10:54:31 +02:00 |
|
Luiz Augusto von Dentz
|
4b05327e67
|
android/avrcp-lib: Add avrcp_list_player_values_rsp function
This function can be used to generate ListPlayerValues response PDUs.
|
2014-03-18 10:13:50 +02:00 |
|
Luiz Augusto von Dentz
|
f247cbf2cc
|
android/avrcp-lib: Add avrcp_get_player_attribute_text_rsp function
This function can be used to generate GetPlayerAttributeText response
PDUs.
|
2014-03-18 10:13:49 +02:00 |
|
Luiz Augusto von Dentz
|
dadfaef53b
|
android/avrcp-lib: Add avrcp_list_player_attributes_rsp function
This function can be used to generate ListPlayerAttributes response PDUs.
|
2014-03-18 10:13:49 +02:00 |
|
Luiz Augusto von Dentz
|
f79dc98f04
|
android/avrcp-lib: Add avrcp_set_addressed_player_rsp function
This function can be used to generate SetAddressedPlayer response PDUs.
|
2014-03-18 10:13:49 +02:00 |
|
Luiz Augusto von Dentz
|
862d816dad
|
android/avrcp-lib: Add support for parsing SetAddressedPlayer PDU
|
2014-03-17 14:53:32 +02:00 |
|
Luiz Augusto von Dentz
|
88c02d70ff
|
android/avrcp-lib: Add support for parsing RegisterNotification PDU
|
2014-03-17 14:53:32 +02:00 |
|
Luiz Augusto von Dentz
|
f504d0787f
|
android/avrcp-lib: Add support for parsing GetElementAttributes PDU
|
2014-03-17 14:53:32 +02:00 |
|
Luiz Augusto von Dentz
|
9080d086f2
|
android/avrcp-lib: Add support for parsing GetPlayStatus PDU
|
2014-03-17 14:53:32 +02:00 |
|
Luiz Augusto von Dentz
|
01febf4d8a
|
android/avrcp-lib: Add support for parsing SetPlayerValue PDU
|
2014-03-17 14:53:32 +02:00 |
|
Luiz Augusto von Dentz
|
45a035f49d
|
android/avrcp-lib: Add support for parsing GetPlayerValueText PDU
|
2014-03-17 14:53:32 +02:00 |
|
Luiz Augusto von Dentz
|
6f9adedda3
|
android/avrcp-lib: Add support for parsing ListPlayerValues PDU
|
2014-03-17 14:53:32 +02:00 |
|