Correct misspellings in the Bluetooth demo code.
This commit is contained in:
parent
f6e84eabce
commit
2b0d93c129
11 changed files with 46 additions and 46 deletions
|
@ -132,7 +132,7 @@ void Bluetooth_ChannelOpened(Bluetooth_Channel_t* const ACLChannel)
|
|||
}
|
||||
|
||||
/** Bluetooth stack callback event for a non-signal ACL packet reception. This callback fires once a connection
|
||||
* to a remote Bluetooth device has been made, and the remote device has sent a non-signalling ACL packet.
|
||||
* to a remote Bluetooth device has been made, and the remote device has sent a non-signaling ACL packet.
|
||||
*
|
||||
* \param[in] Data Pointer to a buffer where the received data is stored
|
||||
* \param[in] DataLen Length of the packet data, in bytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue