X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/882ef0c983836f9a188ec1f4c86192c1af1c1344..d92e9133d392fe9abfde27b60b27b24f3b142fc3:/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c?ds=inline diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c index d990ba02e..3d048a821 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c @@ -67,13 +67,13 @@ void Bluetooth_Stack_USBTask(void) /** Retrieves the channel information structure with the given local or remote channel number from the channel list. * - * \param ChannelNumber Channel number to search for in the channel list - * \param SearchByRemoteChannel Indicated whether to search for a channel information structure by the given remote channel - * or local channel number + * \param[in] ChannelNumber Channel number to search for in the channel list + * \param[in] SearchByRemoteChannel Indicated whether to search for a channel information structure by the given remote channel + * or local channel number * * \return Pointer to the matching channel information structure in the channel table if found, NULL otherwise */ -Bluetooth_Channel_t* Bluetooth_GetChannelData(uint16_t ChannelNumber, bool SearchByRemoteChannel) +Bluetooth_Channel_t* Bluetooth_GetChannelData(const uint16_t ChannelNumber, const bool SearchByRemoteChannel) { for (uint8_t i = 0; i < BLUETOOTH_MAX_OPEN_CHANNELS; i++) {