Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/test/
Dpairing_handler_le_pair_test.cc369 auto peripheral_result = std::get<PairingResult>(pairing_result_peripheral.value()); in TEST_F() local
370 …ASSERT_EQ(peripheral_result.distributed_keys.remote_identity_address->GetAddress(), IDENTITY_ADDRE… in TEST_F()
372peripheral_result.distributed_keys.remote_identity_address->GetAddressType(), IDENTITY_ADDRESS_TYP… in TEST_F()
373 ASSERT_EQ(*peripheral_result.distributed_keys.remote_irk, IRK_CENTRAL); in TEST_F()