[GitHub] [mynewt-nimble] rymanluk commented on a diff in pull request #1271: L2CAP COC: added buffers for incoming SDU

2022-07-26 Thread GitBox
rymanluk commented on code in PR #1271: URL: https://github.com/apache/mynewt-nimble/pull/1271#discussion_r930146040 ## nimble/host/src/ble_l2cap_coc.c: ## @@ -67,9 +67,9 @@ ble_l2cap_coc_srv_alloc(void) int ble_l2cap_coc_create_server(uint16_t psm, uint16_t mtu, -

[GitHub] [mynewt-nimble] rymanluk commented on a diff in pull request #1271: L2CAP COC: added buffers for incoming SDU

2022-07-22 Thread GitBox
rymanluk commented on code in PR #1271: URL: https://github.com/apache/mynewt-nimble/pull/1271#discussion_r927661215 ## nimble/host/src/ble_l2cap_coc.c: ## @@ -186,10 +189,12 @@ ble_l2cap_coc_rx_fn(struct ble_l2cap_chan *chan) rx = &chan->coc_rx; BLE_HS_DBG_ASSERT(rx !