Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/test/
Dpairing_handler_le_pair_test.cc363 auto central_result = std::get<PairingResult>(pairing_result_central.value()); in TEST_F() local
364 …ASSERT_EQ(central_result.distributed_keys.remote_identity_address->GetAddress(), IDENTITY_ADDRESS_… in TEST_F()
366central_result.distributed_keys.remote_identity_address->GetAddressType(), IDENTITY_ADDRESS_TYPE_P… in TEST_F()
367 ASSERT_EQ(*central_result.distributed_keys.remote_irk, IRK_PERIPHERAL); in TEST_F()