btstack/test/pts
2021-07-18 13:12:24 +02:00
..
.gitignore test/pts: add gap tests 2021-05-18 14:54:23 +02:00
a2dp_sink.md test/pts: fix test name 2021-05-06 18:44:12 +02:00
a2dp_source.md test/pts: update test sequences 2021-05-03 11:52:30 +02:00
avctp_test.md test/pts: avrcp update test sequences 2021-05-21 14:24:08 +02:00
avdtp_sink_test.c test/pts: clean test 2021-05-06 19:53:23 +02:00
avdtp_sink.md
avdtp_source_test.c avdtp: fix spelling avdtp_set_preferred_sampling_frequency 2021-05-27 15:02:31 +02:00
avdtp_source.md test/pts: update test sequences 2021-05-03 11:52:30 +02:00
avrcp_test.c avrcp: use PANEL as default unit + subunit info 2021-07-18 13:12:24 +02:00
avrcp_test.md test/pts: update test sequences 2021-05-04 16:17:08 +02:00
bnep_test.c
btstack_config.h test/pts: enable GATT over BR/EDR 2021-05-03 14:30:35 +02:00
btstack_stdin_pts.c
btstack_stdin_pts.h
classic_test.c
CMakeLists.txt test/pts: add gap tests 2021-05-18 14:54:23 +02:00
csc_client_test.c
csc_server_test.c
csc_server_test.gatt
cycling_power_server_test.c
cycling_power_server_test.gatt
gap_central_test.c test/pts/gap: fix delete bonding information 2021-05-18 18:09:14 +02:00
gap_central_test.gatt test/pts: add gap tests 2021-05-18 14:54:23 +02:00
gap_central_test.md test/pts/gap: fix delete bonding information 2021-05-18 18:09:14 +02:00
gap_peripheral_test.c att_db: fix spelling, update API docu 2021-06-03 08:50:02 +02:00
gap_peripheral_test.gatt test/pts: add gap tests 2021-05-18 14:54:23 +02:00
gap_peripheral_test.md test/pts/gap_peripheral: update sequences 2021-06-23 22:59:12 +02:00
gatt_client_test.c test/pts: fix compile 2021-05-06 18:43:45 +02:00
gatt_client_test.gatt test/pts: use ble_central_test as gatt_client_test 2021-05-04 22:01:53 +02:00
gatt_client_test.md test/pts: add gap tests 2021-05-18 14:54:23 +02:00
gatt_profiles.c
gatt_profiles.gatt
gatt_server_test.c att_db: fix spelling, update API docu 2021-06-03 08:50:02 +02:00
gatt_server_test.gatt test/pts: rework ble_peripheral_test into gatt_server_test 2021-05-03 22:59:41 +02:00
gatt_server_test.md test/pts: add gap tests 2021-05-18 14:54:23 +02:00
gavdp.md
hfp_ag_test.c test/pts: fix build 2021-07-10 00:24:26 +02:00
hfp_ag.md hfp_ag: enhanced voice recognition 2021-05-19 15:50:44 +02:00
hfp_hf_test.c hfp: update API docu, remove hfp_hf_activate_echo_canceling_and_noise_reduction 2021-07-13 14:50:37 +02:00
hfp_hf.md hfp_hf: implement activate/deactivate enhanced voice recognition 2021-05-19 15:50:44 +02:00
hid_device_test.c pts/hid: complete test sequences 2021-04-09 14:58:59 +02:00
hid_device.md pts/hid: complete test sequences 2021-04-09 14:58:59 +02:00
hid_host_test.c pts/hid: complete test sequences 2021-04-09 14:58:59 +02:00
hid_host.md
hog_device_test.c gatt-service: fix request scan parameters 2021-05-03 11:52:30 +02:00
hog_device_test.gatt test/pts: update hog tests 2021-04-09 10:17:14 +02:00
hog_host_test.c test/pts: add scan parameters client 2021-05-03 11:52:30 +02:00
hog_host.md test/pts: update hog tests 2021-04-09 10:17:14 +02:00
hrp_col_test.c
hrp_server_test.c
hrp_server_test.gatt
hsp_ag_test.c
hsp_ag.md
hsp_hf.md
hsp_hs_test.c
iopt.c
l2cap_test.c test/pts: add l2cap_test.md 2021-05-18 14:54:23 +02:00
l2cap_test.md test/pts: more test sequences for sm and l2cap 2021-05-24 20:01:43 +02:00
le_data_channel.c
Makefile tset/pts: fix Makefile build 2021-07-10 00:21:14 +02:00
packetlogger.sh
pbab_pce_test.c test/pts: add pbap_pce_test.c 2021-04-26 17:53:08 +02:00
pbap_pce_test.md test/pts: add pbap_pce_test.md 2021-04-26 17:53:08 +02:00
README.md
Sc_PP_client.md test/pts: update test sequences 2021-05-03 11:52:30 +02:00
Sc_PP_server.md gatt-service: fix request scan parameters 2021-05-03 11:52:30 +02:00
sco_loopback.c
sm_test.c test/pts: add code and sequences for SM test 2021-05-06 17:26:00 +02:00
sm_test.md test/pts: more test sequences for sm and l2cap 2021-05-24 20:01:43 +02:00

Testing tools

The provide Makefile and CMakeLists.txt create various tools used to test BTstack. The test tools run on Linux and Mac systems with a USB Bluetooth Controller.

The Audio tests (avdtp_source_test.c and avdtp_sink_test) support the folowing audio codecs: SBC, AAC, aptX, and LDAC. Support for non-mandatory codecs is only included in the CMake build. These audio codecs are provided by the open-source projects below, but cannot be used for products without licensing/testing by the respective owners.

Dependencies