Bluetooth: ISO: Add note for bt_iso_chan_send

This adds a note about buffer ownership and error handling of
bt_iso_chan_send so it is aligned with recent changes.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2021-04-13 10:48:39 -07:00 committed by Anas Nashif
commit d7b42d8129

View file

@ -356,6 +356,9 @@ int bt_iso_chan_disconnect(struct bt_iso_chan *chan);
* Regarding to first input parameter, to get details see reference description
* to bt_iso_chan_connect() API above.
*
* @note Buffer ownership is transferred to the stack in case of success, in
* case of an error the caller retains the ownership of the buffer.
*
* @param chan Channel object.
* @param buf Buffer containing data to be sent.
*