nRF Connect SDK API 2.8.99
|
typedef void(* bt_gattp_indicate_cb) (struct bt_gattp *gattp, const struct bt_gattp_handle_range *handle_range, int err) |
#include <include/bluetooth/services/gattp.h>
Service Changed Indication callback function.
[in] | gattp | GATT profile instance. |
[in] | handle_range | Affected handle range. |
[in] | err | 0 if the indication is valid. Otherwise, contains a (negative) error code. |