+/** Retrieves the channel information structure with the given local or remote channel number from the channel list.\r
+ *\r
+ * \param[in] SearchValue Value to search for in the channel structure list\r
+ * \param[in] SearchKey Key to search within the channel structure, a CHANNEL_SEARCH_* mask\r
+ *\r
+ * \return Pointer to the matching channel information structure in the channel table if found, NULL otherwise\r
+ */\r
+Bluetooth_Channel_t* Bluetooth_GetChannelData(const uint16_t SearchValue, const uint8_t SearchKey)\r