diff --git a/include/bluetooth/gatt.h b/include/bluetooth/gatt.h index a2fa6a6d578..6c394bf5536 100644 --- a/include/bluetooth/gatt.h +++ b/include/bluetooth/gatt.h @@ -106,6 +106,9 @@ struct bt_gatt_attr { const struct bt_uuid *uuid; /** Attribute read callback + * + * The callback can also be used locally to read the contents of the + * attribute in which case no connection will be set. * * @param conn The connection that is requesting to read * @param attr The attribute that's being read @@ -122,6 +125,9 @@ struct bt_gatt_attr { u16_t offset); /** Attribute write callback + * + * The callback can also be used locally to read the contents of the + * attribute in which case no connection will be set. * * @param conn The connection that is requesting to write * @param attr The attribute that's being written