Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.cc103 OobDataFlag remote_have_oob_data = in PairingMain() local
106 auto key_exchange_result = ExchangePublicKeys(i, remote_have_oob_data); in PairingMain()
Dpairing_handler_le_secure_connections.cc33 … OobDataFlag remote_have_oob_data) { in ExchangePublicKeys() argument
35 …const auto [private_key, public_key] = (remote_have_oob_data == OobDataFlag::NOT_PRESENT || !i.my_… in ExchangePublicKeys()
Dpairing_handler_le.h214 … OobDataFlag remote_have_oob_data);