Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemyslaw Bida committed May 15, 2024
1 parent f765f71 commit 96aa99e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/core/meshcop/tcat_agent.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

/**
Expand Down Expand Up @@ -338,7 +338,7 @@ class TcatAgent : public InstanceLocator, private NonCopyable
*
* @param[out] aLen Advertisement length.
*
* @retval Pointer to buffer containing formatted data nullptr on error.
* @retval Pointer to buffer containing formatted data, or nullptr on error.
*
*/
uint8_t *GetAdvertisementData(uint16_t &aLen);
Expand Down Expand Up @@ -372,8 +372,6 @@ class TcatAgent : public InstanceLocator, private NonCopyable
char mCurrentServiceName[OT_TCAT_MAX_SERVICE_NAME_LENGTH + 1];
State mState;
uint8_t mAdvertisement[OT_TCAT_ADVERTISEMENT_MAX_LEN];
char mVendorIdentifier[6];
uint8_t mVendorIdentifierType;
uint8_t mAdvertisementLength;
bool mCommissionerHasNetworkName : 1;
bool mCommissionerHasDomainName : 1;
Expand Down

0 comments on commit 96aa99e

Please sign in to comment.