btstack/test/pts
2022-02-07 17:04:50 +01:00
..
.gitignore test/pts: use l2cap_cbm_ecbm for credit-based mode tests 2021-11-22 09:43:58 +01:00
a2dp_sink.md
a2dp_source.md test/pts: update avrcp test and test sequences 2021-12-07 21:48:39 +01:00
avctp_test.md test/pts: update avrcp test and test sequences 2021-12-07 21:48:39 +01:00
avdtp_sink_test.c pts/avdtp_sink_test: fix compile warnings 2022-01-21 10:34:30 +01:00
avdtp_sink.md test/pts: update avrcp test and test sequences 2021-12-07 21:48:39 +01:00
avdtp_source_test.c
avdtp_source.md
avrcp_test.c test/pts: update avrcp test and test sequences 2021-12-07 21:48:39 +01:00
avrcp_test.md test/pts: update avrcp test and test sequences 2021-12-07 21:48:39 +01:00
bnep_test.c
btstack_config.h avrcp: new avrcp target fragmentation 2021-12-07 21:48:38 +01:00
btstack_stdin_pts.c
btstack_stdin_pts.h
classic_test.c l2cap: drop reason param in l2cap_disconnect 2021-11-22 10:49:32 +01:00
CMakeLists.txt cmake: set project name for test/pts and port/libusb 2021-11-24 10:23:01 +01: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: update GAP tests + sequences 2021-12-08 20:05:29 +01:00
gap_central_test.gatt
gap_central_test.md test/pts: update GAP tests + sequences 2021-12-08 20:05:29 +01:00
gap_peripheral_test.c test/pts: update GAP tests + sequences 2021-12-08 20:05:29 +01:00
gap_peripheral_test.gatt
gap_peripheral_test.md test/pts: update GAP tests + sequences 2021-12-08 20:05:29 +01:00
gatt_client_test.c
gatt_client_test.gatt
gatt_client_test.md
gatt_profiles.c pts/gatt_profiles: add VCS tests 2022-01-31 16:26:29 +01:00
gatt_profiles.gatt gatt-services/gatt-profiles: update test and test docu for AICS 2022-01-31 16:26:29 +01:00
gatt_profiles.md pts/gatt_profiles: add VCS tests 2022-01-31 16:26:29 +01:00
gatt_server_test.c
gatt_server_test.gatt
gatt_server_test.md
gavdp.md
hfp_ag_test.c test/pts: update HFP test sequences 2021-12-08 21:16:58 +01:00
hfp_ag.md test/pts: update HFP test sequences 2021-12-08 21:16:58 +01:00
hfp_hf_test.c test/pts: update HFP test sequences 2021-12-08 21:16:58 +01:00
hfp_hf.md test/pts: update HFP test sequences 2021-12-08 21:16:58 +01:00
hid_device_test.c
hid_device.md
hid_host_test.c
hid_host.md
hog_device_test.c
hog_device_test.gatt
hog_host_test.c
hog_host.md
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_cbm_ecbm.c l2cap: fix event ids and pts test 2021-11-22 17:36:47 +01:00
l2cap_test.c l2cap: drop reason param in l2cap_disconnect 2021-11-22 10:49:32 +01:00
l2cap_test.md test/pts: use l2cap_cbm_ecbm for credit-based mode tests 2021-11-22 09:43:58 +01:00
Makefile gatt-service/aics: implement audio input control server 2022-01-21 10:34:29 +01:00
microphone_control_service_client_test.c gatt-service/mics: update gatt files and est code 2022-01-11 19:58:44 +01:00
microphone_control_service_client_test.gatt gatt-service/mics: update gatt files and est code 2022-01-11 19:58:44 +01:00
packetlogger.sh
pbap_pce_test.c test/pts: fix pbap_pce_test spelling 2021-11-27 19:53:00 +01:00
pbap_pce_test.md test/pts: update doc for pbap_pce_test 2021-11-27 19:50:31 +01:00
README.md
Sc_PP_client.md
Sc_PP_server.md
sco_loopback.c
sm_test.c
sm_test.md
template_test.c test/pts: provide template test app 2022-02-07 17:04:50 +01: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