582 Commits

Author SHA1 Message Date
Milanka Ringwald
34e29053a1 test/pts: add avdtp_sink test notes 2020-07-31 13:12:55 +02:00
Milanka Ringwald
7baeacb26e test/pts: add a2dp sink and source test commands description 2020-07-30 13:29:14 +02:00
Milanka Ringwald
f1d531e03c test/avdtp_source: add pts test description 2020-07-30 11:44:27 +02:00
Milanka Ringwald
4501427090 test/avdtp_sink: dump capabilities 2020-07-30 11:43:54 +02:00
Milanka Ringwald
3acd1f1c67 avrcp: check packet type and return if fragmented (currently not supported) 2020-07-28 22:30:10 +02:00
Milanka Ringwald
35e570115f test/pts: fix cmake compile 2020-07-28 22:26:40 +02:00
Milanka Ringwald
1904e5a145 avdtp: renamed definition of supported features 2020-07-23 12:25:19 +02:00
Milanka Ringwald
e2f2541787 avrcp: use defines instead of enum for features 2020-07-23 12:11:54 +02:00
Milanka Ringwald
03883c7743 avdtp: use capital case for defines, remove unused context from test files 2020-07-23 08:14:39 +02:00
Milanka Ringwald
1436d179b7 avdtp: rename getter functions 2020-07-06 11:37:08 +02:00
Milanka Ringwald
5aeb29d7c0 test/pts/avrcp test: use Bluetooth address stored in device_addr_string 2020-06-18 13:54:36 +02:00
Matthias Ringwald
eb7aab40eb test/pts/avrcp_test: allow to specify different device for AVRCP Browsing 2020-06-17 16:15:40 +02:00
Milanka Ringwald
48f7d13909 avrcp browsing target: rename API functions from avrcp_subevent_browsing_* to avrcp_browsing_target_send_* 2020-06-17 16:15:40 +02:00
Milanka Ringwald
665a00cb2a avrcp: move browsing code to avrcp_browsing.c 2020-06-17 16:15:40 +02:00
Milanka Ringwald
5634a0d9ba test/pts/avrcp: add PTS test instructions 2020-06-17 16:15:40 +02:00
Milanka Ringwald
bb1f6a0b90 test/pts: unify avrcp controller and target tests 2020-06-17 16:15:40 +02:00
Milanka Ringwald
936cedf93a test/pts/avrcp_controller_test: rename variable 2020-06-17 16:15:40 +02:00
Milanka Ringwald
5eb9091e8e test/pts/avrcp test controller: move avrcp target event handling code to the correct packet handler 2020-06-17 16:15:40 +02:00
Milanka Ringwald
99eba37f75 test/pts/avrcp controller test: move code from avrcp target test here 2020-06-17 16:15:40 +02:00
Milanka Ringwald
e321ba08c8 test/pts/avrcp_controller_test: reassign command prompt commands 2020-06-17 16:15:40 +02:00
Milanka Ringwald
a1f6a66acb test/pts/avrcp_controller_test: split packet handlers 2020-06-17 16:15:40 +02:00
Milanka Ringwald
387a394648 test/pts/avrcp_controller_test: handle avdtp events in avdtp_service_packet_handler 2020-06-17 16:15:40 +02:00
Milanka Ringwald
fea277e644 test/pts/avrcp_controller_test: initialize avdtp source and avrcp target services; rename browsing_cid 2020-06-17 16:15:40 +02:00
Milanka Ringwald
3945307c8d test/pts/avrcp_target_test : register set addressed player callback that verifies tat the player ID is in valid range, document player list items fields 2020-06-17 16:15:40 +02:00
Milanka Ringwald
8b14627578 test/pts/avrcp controller test: initialize target role 2020-06-17 16:15:40 +02:00
Matthias Ringwald
60a90f4449 test/pts: add support to trigger overlapping connection requests for AVRCP and AVRCP Browsing 2020-06-17 16:15:40 +02:00
Milanka Ringwald
f139b9cb4f avrcp: rename status variable to avrcp_status 2020-06-17 16:15:40 +02:00
Milanka Ringwald
ac2498677f test/pts: use PTS default TSPX_max_avc_fragments = 10 2020-06-17 16:15:40 +02:00
Milanka Ringwald
f2dd8670a5 avrcp browsing test: automate select player on connection established 2020-06-17 16:15:39 +02:00
Milanka Ringwald
0dce2f87ce avrcp browsing pts: update files to use new API 2020-06-17 16:15:39 +02:00
Milanka Ringwald
cee0e5b635 avrcp: use separate callback for avrcp open/close connection events 2020-06-17 16:13:03 +02:00
Milanka Ringwald
fe10780b18 avrcp: replace avrcp_target/controller_connect/disconnect with avrcp_connect/disconnect 2020-06-17 16:13:03 +02:00
Milanka Ringwald
19691e0af0 avrcp: call avrcp_init explicitly 2020-06-17 16:13:03 +02:00
Matthias Ringwald
7631af51db test/pts: provide CMake build file to debug with IDEs (Xcode, CLion, ...) 2020-06-01 23:22:17 +02:00
Milanka Ringwald
c3cf4b89d4 pts: fix compile 2020-04-27 10:40:43 +02:00
Milanka Ringwald
f88046ff92 avdtp_source_test: remove function that moved to library 2019-12-17 09:20:12 +01:00
Matthias Ringwald
60b0564cc4 test/pts: use tlv version of link key db and le device db 2019-10-24 17:52:41 +02:00
Milanka Ringwald
84e3541e4b bluetooth_psm: replace prefix PSM_ with BLUEOOTH_PSM_ 2019-09-27 15:13:48 +02:00
Milanka Ringwald
9cb80b17e9 gat_client: rename status to att_status in GATT_EVENT_QUERY_COMPLETE event, add and use ATT_ERROR_SUCCESS instead of 0 status code 2019-09-25 09:25:38 +02:00
Milanka Ringwald
ae8d9208a9 bluetooth.h: remove unused SDP defines, move SDP defines and SDP_PDU_ID_t to sdp_util.h 2019-09-24 14:46:05 +02:00
Milanka Ringwald
96b36e0cd3 pts: update avdpt source test to register for delay report 2019-09-20 14:21:16 +02:00
Matthias Ringwald
23b131cb38 tool/pts: tool to check random values in SMP Pairing Random command 2019-08-22 17:38:12 +02:00
Matthias Ringwald
ac2e9298fd test/pts: fix build 2019-08-21 17:42:56 +02:00
Matthias Ringwald
80e33422a9 Use FILENAME_H as include guard (MISRAC2012-Rule-21.1) 2019-05-11 19:08:52 +02:00
Matthias Ringwald
31eaaa99f8 example/hog demos: use correct event getter to access con handle 2019-04-08 22:09:59 +02:00
Milanka Ringwald
4f0111eb9b avrcp: remove browsing flag from create SDP record as it is pat of supported features 2019-02-19 12:04:53 +01:00
Milanka Ringwald
1101489150 avrcp: introduce enum for suported features 2019-02-19 12:04:53 +01:00
Milanka Ringwald
28e59789a6 gatt_service: use GATTSERVICE as event prefix for GATT services 2018-11-02 09:29:31 +01:00
Milanka Ringwald
5bf0bb88c9 Makefile: clean generated h files 2018-11-01 10:50:15 +01:00
Milanka Ringwald
22b7170527 cycling power service: define extern att_server_response_ready 2018-11-01 10:39:55 +01:00