Piotr Narajowski
Piotr Narajowski
Add support for CSIP client tests
This commit adds new enchancements to blestress app such as: - Define device role (TX/RX) using shell command - run only specific test case
Add L2CAP/TIM/BV-03-C PTS issue to mynewt.yml
- Add address_count and addr array parameters to set_lock and set_release btp commands. - Code cleanup for readability - Preconditions adjustment Fixes FATAL ERROR in CSIP/CL/SP/BV-07-C, CSIP/CL/SP/BV-03-C, CSIP/CL/SP/BV-04-C, CSIP/CL/SPE/BI-01-C Merge...
test
Enable EATT for GATT tests. Fixes GATT/CL/GAN/BV-02-C
While going through GATT/CL/GAD/BV-06-C test case where connection with PTS is established multiple times, an failed assertion occurs randomly in **ble_ll_utils_csa2_remap2chan()**: g_ble_ll_data.chan_map_used is set to 0  To reproduce this,...
While going through GATT/SR/GAW/BV-10-C test case (and several other GATT/SR test cases), an failed assertion occurs in function **ble_eatt_tx()** after PTS sends ATT_READ_REQ. This is because **ble_l2cap_send()** returns **BLE_HS_EBADDATA** error...
This will enable to run specified amount of test cases from among prefixes (when there is more than one) that are used with magic tag.
This commit adds github workflow file. The purpose is to check for changes made in autopts/wid directory and trigger cron to run 10 tests for specific profile/service and both mynewt...