andrzej-kaczmarek commented on a change in pull request #945:
URL: https://github.com/apache/mynewt-nimble/pull/945#discussion_r599683092



##########
File path: nimble/host/src/ble_l2cap_priv.h
##########
@@ -62,6 +62,7 @@ typedef int ble_l2cap_rx_fn(struct ble_l2cap_chan *chan);
 
 struct ble_l2cap_chan {
     SLIST_ENTRY(ble_l2cap_chan) next;
+    bool disconnecting;

Review comment:
       what about using `flags` instead?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to