diff --git a/include/bluetooth/gatt.h b/include/bluetooth/gatt.h index 4e7bffca6d7..db9b01df56a 100644 --- a/include/bluetooth/gatt.h +++ b/include/bluetooth/gatt.h @@ -701,6 +701,8 @@ int bt_gatt_notify(struct bt_conn *conn, const struct bt_gatt_attr *attr, * @param conn Connection object. * @param attr Attribute object. * @param err ATT error code + * + * @return 0 in case of success or negative value in case of error. */ typedef void (*bt_gatt_indicate_func_t)(struct bt_conn *conn, const struct bt_gatt_attr *attr,