Bluetooth: host: Remove incorrect note about indication callback
Remove the incorrect documentation note about the indication callback being called from the system workqueue. The callback will be called by the RX thread once the confirm indication response has been received. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
f1a27a8189
commit
9d09d21627
1 changed files with 0 additions and 2 deletions
|
@ -1047,8 +1047,6 @@ struct bt_gatt_indicate_params {
|
|||
* automatically created after the Characteristic Declaration when using
|
||||
* BT_GATT_CHARACTERISTIC.
|
||||
*
|
||||
* The callback is run from System Workqueue context.
|
||||
*
|
||||
* Alternatively it is possible to indicate by UUID by setting it on the
|
||||
* parameters, when using this method the attribute given is used as the
|
||||
* start range when looking up for possible matches.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue