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:
Luiz Augusto von Dentz 2019-08-22 11:02:49 +03:00 committed by Johan Hedberg
commit ca45140cb4

View file

@ -802,7 +802,7 @@ struct bt_gatt_notify_params {
* The callback is run from System Workqueue context. * The callback is run from System Workqueue context.
* *
* Alternatively it is possible to notify by UUID by setting it on the * 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. * start range when looking up for possible matches.
* *
* @param conn Connection object. * @param conn Connection object.