Home
last modified time | relevance | path

Searched refs:APPLICATION (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tools/tcat_ble_client/tlv/
Dtcat_tlv.py47 APPLICATION = 0x82 variable in TcatTLVType
/openthread-latest/tools/tcat_ble_client/cli/
Dcommand.py93 if tlv_type == TcatTLVType.APPLICATION:
Dbase_commands.py103 return TLV(TcatTLVType.APPLICATION.value, bytes('Hello world!', 'ascii')).to_bytes()