Krzysztof Kopyściński
Krzysztof Kopyściński
This isn't compiling because it relies on https://github.com/apache/mynewt-nimble/pull/773/commits
I think this issue no longer exists - size of `ble_l2cap_coc_srv_pool` is limited by BLE_L2CAP_COC_MAX_NUM in `ble_l2cap_coc`, method `ble_l2cap_coc_init`. If we try to create more servers, we get error 0x06...
@mkasenberg please review these changes
There is still crash in test 14 - I'll update a PR with fix
All crashes are resolved - the only problem left is silent restart on RX side during test 9 if test 7 was executed before - for now, skip test 7....
@rymanluk Could you review this?
As disgussed offline this would be better to do after implementation of GATT caching, as then user could use handle to characteristic not CCCD
Illustrated behavior with btshell app - added logs at: - `ble_att_svr_start`: `BLE_HS_LOG(INFO, "ble_hs_max_attrs %d\n", ble_hs_max_attrs);`, line 2702 in `ble_att_svr.c` - `ble_gatts_start`: `BLE_HS_LOG(INFO, "ble_hs_max_services: %d\n", ble_hs_max_services);`, line 1207 in `ble_gatts.c` -...
This solves https://github.com/apache/mynewt-nimble/issues/896
Update of PTS workspace in autopts: https://github.com/intel/auto-pts/pull/592 First batch of fixed tests in autopts: https://github.com/intel/auto-pts/pull/590 NimBLE fixes: https://github.com/apache/mynewt-nimble/pull/1024 https://github.com/apache/mynewt-nimble/pull/1025 https://github.com/apache/mynewt-nimble/pull/1032 https://github.com/apache/mynewt-nimble/pull/1033