Skip to content

Commit

Permalink
Update tools/tcat_ble_client/tlv/tcat_tlv.py
Browse files Browse the repository at this point in the history
Co-authored-by: Esko Dijk <EskoDijk@users.noreply.github.com>
  • Loading branch information
canisLupus1313 and EskoDijk authored Dec 12, 2024
1 parent 595667b commit ebba404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tcat_ble_client/tlv/tcat_tlv.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class TcatTLVType(Enum):
GET_RANDOM_NUMBER_CHALLENGE = 0x13
GET_PSKD_HASH = 0x14
ACTIVE_DATASET = 0x20
GET_COMISSIONER_CERTIFICATE = 0x25
GET_COMMISSIONER_CERTIFICATE = 0x25
GET_ACTIVE_DATASET = 0x40
DECOMMISSION = 0x60
APPLICATION = 0x82
Expand Down

0 comments on commit ebba404

Please sign in to comment.