Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/test/
Dpairing_handler_le_pair_test.cc481 EXPECT_EQ(data_peripheral.GetNumericValue(), data.GetNumericValue()); in TEST_F()
482 if (data_peripheral.GetNumericValue() == data.GetNumericValue()) { in TEST_F()
523 passkey_ = data.GetNumericValue(); in TEST_F()
678 log::info("Passkey prompt displayed entering passkey: {:08x}", data.GetNumericValue()); in TEST_F()
682 pairing_handler_b->OnUiAction(PairingEvent::PASSKEY, data.GetNumericValue()); in TEST_F()
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler.cc494 NotifyUiDisplayPasskey(packet.GetNumericValue()); in OnReceive()
521 NotifyUiDisplayYesNo(packet.GetNumericValue()); in OnReceive()
528 NotifyUiDisplayYesNo(packet.GetNumericValue()); in OnReceive()
534 NotifyUiDisplayPasskey(packet.GetNumericValue()); in OnReceive()
/packages/modules/Bluetooth/system/gd/security/
Dui.h45 uint32_t GetNumericValue() { in GetNumericValue() function
Dfacade.cc538 uint32_t numeric_value = data.GetNumericValue(); in DisplayConfirmValue()
562 uint32_t passkey = data.GetNumericValue(); in DisplayPasskey()
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_event_parser.cc223 request.GetNumericValue()); in parse_user_confirmation_request()