DH Key compute check modification for OOB Pairing

This commit is contained in:
Gopi Sakshihally Bhuthaiah
2024-08-08 08:45:15 +00:00
parent b164524380
commit ed00d44ae1

View File

@@ -764,11 +764,7 @@ class Session:
self.peer_io_capability = SMP_NO_INPUT_NO_OUTPUT_IO_CAPABILITY
# OOB
self.oob_data_flag = 0
if pairing_config.oob is not None:
if pairing_config.oob.peer_data is not None:
self.oob_data_flag = 1
self.oob_data_flag = 1 if pairing.oob and pairing_config.oob.peer_data else 0
# Set up addresses
self_address = connection.self_resolvable_address or connection.self_address