+ uint8_t State; /**< Current channel state, a value from the \ref BT_ChannelStates_t enum. */
+ uint16_t LocalNumber; /**< Local channel number on the device. */
+ uint16_t RemoteNumber; /**< Remote channel number on the connected device. */
+ uint16_t PSM; /**< Protocol used on the channel. */
+ uint16_t LocalMTU; /**< MTU of data sent from the connected device to the local device. */
+ uint16_t RemoteMTU; /**< MTU of data sent from the local device to the connected device. */