| Fix btp import issue There is a problem importing btp, due to the fact that one of the .py files in btp module is also named btp so that there is a possibility of invalid imports. So in this patch we simple rename btp module to pybtp to fixe this issue. | 8 年前 |
| btp: use OwnAddrType in GAP Connect | 6 个月前 |
| Prepare auto-pts for EATT testing Author: Krzysztof Kopyściński <krzysztof.kopyscinski@codecoup.pl> Date: Wed Apr 22 11:32:28 2020 +0200 Prepare auto-pts for EATT testing -EATT test cases are as follows: 1. GATT/SR/GAC/BI-01-C 2. GATT/CL/GAR/BV-11-C 3. GATT/SR/GAR/BV-12-C 4. GATT/CL/GAS/BV-04-C 5. GATT/SR/GAR/BV-11-C 6. GATT/CL/GAR/BV-10-C 7. GATT/SR/GAW/BV-12-C 8. GATT/CL/GAW/BI-37-C 9. GATT/SR/GAW/BV-13-C 10. GATT/SR/GAW/BV-14-C 11. GATT/CL/GAW/BV-10-C 12. GATT/SR/GPM/BV-05-C -Edited workspace to enable these tests (for GATT/SR/GAC/BI-01-C TSPC_GATT_2_3 should be disabled seperately) -Added appropriate wids -corrected hdl_wid_76 -Errata was filed for tests 2, 3, 7, 10, 11 -test 6. requires corrections in auto-pts -test 12 passes all checks, but isn't finishing | 6 个月前 |
| iutctl: Fix infinite loop when reading from socket In case of a failure with a device, the reading task would get stuck in an infinite loop. recv_into() would return 0 bytes read. We should handle that case and be able to recover. | 6 个月前 |
| parser: Code cleanup * Remove unused code * Remove redundant logging | 6 个月前 |
| btp: use identity/rpa/nrpa as own_addr_type, add OwnAddrType enum Specifying own addr type in GAP Start Advertising. Allows to configure IUT for GAP/BROB/BCST/BV-04. | 6 个月前 |