diff --git a/include/bluetooth/uuid.h b/include/bluetooth/uuid.h index 8aea075b68d..8c7d93711f5 100644 --- a/include/bluetooth/uuid.h +++ b/include/bluetooth/uuid.h @@ -32,6 +32,7 @@ enum { BT_UUID_TYPE_128, }; +/** @brief This is a 'tentative' type and should be used as a pointer only */ struct bt_uuid { uint8_t type; };