When an L2CAP connection-oriented channel is established, the application is notified via a `BLE_L2CAP_EVENT_COC_CONNECTED` event. This event contains a pointer to an `struct ble_l2cap_chan` object with all the details about the channel that was just connected. However, this struct is private (it is defined in `nimble/host/src/ble_l2cap_priv.h`), and there is no API to query the channel for details. So, the application cannot discover the CIDs or MTU of the channel.
[ Full content available at: https://github.com/apache/mynewt-nimble/issues/176 ] This message was relayed via gitbox.apache.org for [email protected]
