Bluetooth: GATT: Fix bt_gatt_notify_cb documentation
This changes to the sentence about how attribute parameter is used when notifying by UUID to sound proper english. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
5f3595e47c
commit
ca45140cb4
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ struct bt_gatt_notify_params {
|
|||
* The callback is run from System Workqueue context.
|
||||
*
|
||||
* Alternatively it is possible to notify by UUID by setting it on the
|
||||
* parameters, when using this method the attribute given when be used as the
|
||||
* parameters, when using this method the attribute given is used as the
|
||||
* start range when looking up for possible matches.
|
||||
*
|
||||
* @param conn Connection object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue