Commit Graph

17 Commits

Author SHA1 Message Date
Andrei Emeltchenko
a953350663 unit/avrcp: Add /TP/PAS/BV-03-C test
Test verifies that the get player application settings attribute text
command issued from the Controller.
2014-02-28 11:02:15 +02:00
Andrei Emeltchenko
7b74c8e50c unit/avrcp: Add /TP/PAS/BV-02-C test
Test verifies that the List Player Application Setting Attributes
response issued from the Target.
2014-02-28 11:02:15 +02:00
Andrei Emeltchenko
d0ad4d5c68 unit/avrcp: Add /TP/PAS/BV-01-C test
Test verifies that the List Player Application Setting Attributes command
issued from the Controller.
2014-02-28 11:02:15 +02:00
Andrei Emeltchenko
4d016caa54 unit/avrcp: Add /TP/CFG/BI-01-C test
Test verifies the get capabilities response issued from the Target when
an invalid capability is requested (0x7f).
2014-02-28 11:02:15 +02:00
Andrei Emeltchenko
bd1e225c7e unit/avrcp: Fix lengths byte order
params_len is passed as function argument and needs to be in host byte
order.
2014-02-28 11:02:15 +02:00
Andrei Emeltchenko
c1977e7f3c android/avrcp: Refactor get_caps() to allow parameter
Allow passing parameter specifying capability ID.
2014-02-28 10:59:00 +02:00
Andrei Emeltchenko
0da74a1afc unit/avrcp: Add /TP/CFG/BV-02-C test
Test verifies that the Target responds to Get Capability request.
2014-02-26 18:26:04 +01:00
Andrei Emeltchenko
1453f159f2 unit/avrcp: Add /TP/CFG/BV-01-C test
Test verifies that the get capabilities command issued from the
Controller.
2014-02-26 18:26:04 +01:00
Andrei Emeltchenko
012d1b3c56 unit/avrcp: Add /TP/PTT/BV-05-I test
Test verifies that the Target reacts to the PASS THROUGH command in
category 1 from the Controller. The command chosen is PLAY (0x44).
The PLAY button is being pressed and released.
2014-02-26 09:23:46 +01:00
Andrei Emeltchenko
62222acf9c unit/avrcp: Add /TP/PTT/BV-04-I test
Test verifies that the Target reacts to the PASS THROUGH command in
category 4 from the Controller. The command chosen is SELECT.
2014-02-25 12:09:00 +01:00
Andrei Emeltchenko
955a1c4478 unit/avrcp: Add /TP/PTT/BV-03-I test
Test verifies that the Target reacts to the PASS THROUGH command in
category 3 from the Controller. The command chosen is CHANNEL_UP.
2014-02-25 12:09:00 +01:00
Andrei Emeltchenko
a1889994d3 unit/avrcp: Add /TP/PTT/BV-02-I test
Test verifies that the Target reacts to the PASS THROUGH command in
category 2 from the Controller. The command chosen is VOLUME_UP.
2014-02-25 12:09:00 +01:00
Andrei Emeltchenko
26d58e7767 unit/avrcp: Add /TP/PTT/BV-01-I test
Test verifies that the Target reacts to the PASS THROUGH command in
category 1 from the Controller. The command chosen is PLAY (0x44).
2014-02-24 17:02:11 +01:00
Andrei Emeltchenko
b6b6ab1e51 unit/avrcp: Refactor tests to use destroy_context() 2014-02-24 15:52:55 +01:00
Andrei Emeltchenko
2b855f4385 unit/avrcp: Add /TP/ICC/BV-02-I test
The test verifies that the Target responds to SUBUNIT INFO command
initiated by Controller.
2014-02-24 13:25:25 +01:00
Andrei Emeltchenko
8f30893806 unit/avrcp: Add /TP/ICC/BV-01-I test
Test verifies that the Target responds to UNIT INFO command initiated by
Controller.
2014-02-24 13:25:24 +01:00
Andrei Emeltchenko
4c3837c56c unit/avrcp: First unit test for AVRCP profile
The tests verifies connection establishment for control.
2014-02-24 10:23:56 +02:00