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:
parent
e981e40ffa
commit
d7b42d8129
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue