Home
last modified time | relevance | path

Searched refs:peer_challenge (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tools/tcat_ble_client/ble/
Dble_stream_secure.py54 self.peer_challenge = None
154 self.peer_challenge = None
163 def peer_challenge(self): member in BleStreamSecure
166 @peer_challenge.setter
167 def peer_challenge(self, value): member in BleStreamSecure
/openthread-latest/tools/tcat_ble_client/cli/
Dbase_commands.py207 if bless.peer_challenge is None:
211 hash.update(bless.peer_challenge)
276 bless.peer_challenge = tlv_response.value