Bluetooth: GATT: Fix attribute .write documentation
Change-Id: I765de61cc98927affd2547de765d61bb3f8e7efb Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
ad02f94c29
commit
105d342a63
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ struct bt_gatt_attr {
|
|||
/** Attribute write callback
|
||||
*
|
||||
* @param conn The connection that is requesting to write
|
||||
* @param attr The attribute that's being read
|
||||
* @param attr The attribute that's being written
|
||||
* @param buf Buffer with the data to write
|
||||
* @param len Number of bytes in the buffer
|
||||
* @param offset Offset to start writing from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue