Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/test/
Dpairing_handler_le_pair_test.cc465 ConfirmationData data_peripheral; in TEST_F() local
479 …ECT_CALL(peripheral_user_interface, DisplayConfirmValue(_)).WillOnce(SaveArg<0>(&data_peripheral)); in TEST_F()
481 EXPECT_EQ(data_peripheral.GetNumericValue(), data.GetNumericValue()); in TEST_F()
482 if (data_peripheral.GetNumericValue() == data.GetNumericValue()) { in TEST_F()