sjanc commented on code in PR #2019: URL: https://github.com/apache/mynewt-nimble/pull/2019#discussion_r2163763305
########## nimble/host/src/ble_eatt.c: ########## @@ -37,12 +37,22 @@ struct ble_eatt { uint16_t conn_handle; struct ble_l2cap_chan *chan; uint8_t client_op; + uint8_t chan_num; + uint8_t used_channels; + uint8_t accept_channels; + uint8_t collision_ctrl; Review Comment: flags should be bool (or bitmaps) -- 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. To unsubscribe, e-mail: notifications-unsubscr...@mynewt.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org