/** Bluetooth stack callback event for a Bluetooth connection request. When this callback fires, the\r
* user application must indicate if the connection is to be allowed or rejected.\r
*\r
- * \param RemoteAddress Bluetooth address of the remote device attempting the connection\r
+ * \param[in] RemoteAddress Bluetooth address of the remote device attempting the connection\r
*\r
* \return Boolean true to accept the connection, false to reject it\r
*/\r
/** Bluetooth stack callback event for a non-signal ACL packet reception. This callback fires once a connection\r
* to a remote Bluetooth device has been made, and the remote device has sent a non-signalling ACL packet.\r
*\r
- * \param Data Pointer to a buffer where the received data is stored\r
- * \param DataLen Length of the packet data, in bytes\r
- * \param Channel Bluetooth ACL data channel information structure for the packet's destination channel\r
+ * \param[in] Data Pointer to a buffer where the received data is stored\r
+ * \param[in] DataLen Length of the packet data, in bytes\r
+ * \param[in] Channel Bluetooth ACL data channel information structure for the packet's destination channel\r
*/\r
void Bluetooth_PacketReceived(void* Data, uint16_t DataLen, Bluetooth_Channel_t* Channel)\r
{\r