diff --git a/src/core/meshcop/tcat_agent.hpp b/src/core/meshcop/tcat_agent.hpp index 0e05b910b72e..b0dff143f8f3 100644 --- a/src/core/meshcop/tcat_agent.hpp +++ b/src/core/meshcop/tcat_agent.hpp @@ -262,11 +262,11 @@ class TcatAgent : public InstanceLocator, private NonCopyable */ enum TcatDeviceIdType : uint8_t { - kTcatDeviceIdEmpty = OT_TCAT_DEVICE_ID_EMPTY, ///< Vendor device ID type not set - kTcatDeviceIdOui24 = OT_TCAT_DEVICE_ID_OUI24, ///< Vendor device ID type OUI24 - kTcatDeviceIdOui36 = OT_TCAT_DEVICE_ID_OUI36, ///< Vendor device ID type OUI36 - kTcatDeviceIdDiscriminator = OT_TCAT_DEVICE_ID_DISCRIMINATOR, ///< Vendor device ID type Discriminator - kTcatDeviceIdIanaPen = OT_TCAT_DEVICE_ID_IANAPEN, ///< Vendor device ID type IANA PEN + kTcatDeviceIdEmpty = OT_TCAT_DEVICE_ID_EMPTY, + kTcatDeviceIdOui24 = OT_TCAT_DEVICE_ID_OUI24, + kTcatDeviceIdOui36 = OT_TCAT_DEVICE_ID_OUI36, + kTcatDeviceIdDiscriminator = OT_TCAT_DEVICE_ID_DISCRIMINATOR, + kTcatDeviceIdIanaPen = OT_TCAT_DEVICE_ID_IANAPEN, }; /**