Massive corrections to the project documentation and code comments, thanks to Russian...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib / BluetoothACLPackets.h
index c32b52e..953a5a1 100644 (file)
                /** Configuration Request signaling command structure, for channel configuration requests. */
                typedef struct
                {
-                       uint16_t DestinationChannel; /**< Destination channel address which is to be disconnected */
+                       uint16_t DestinationChannel; /**< Destination channel address which is to be configured */
                        uint16_t Flags; /**< Configuration flags for the request, including command continuation */
                } BT_Signal_ConfigurationReq_t;