Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/test/
Dpairing_handler_le_pair_test.cc80 std::unique_ptr<bluetooth::security::PairingHandlerLe> pairing_handler_a, pairing_handler_b; variable
142 if (!pairing_handler_a) log::fatal("Peripheral handler not initlized yet!"); in dequeue_callback_central()
144 pairing_handler_a->OnCommandView(CommandView::Create(temp_cmd_view)); in dequeue_callback_central()
236 pairing_handler_a.reset(); in TearDown()
282 pairing_handler_a->OnHciEvent(EventBuilderToView( in RecordSuccessfulEncryptionComplete()
332 pairing_handler_a = std::make_unique<PairingHandlerLe>(PairingHandlerLe::PHASE1, central_setup); in TEST_F()
357 pairing_handler_a->WaitUntilPairingFinished(); in TEST_F()
437 if (!pairing_handler_a) log::fatal("handler not initalized yet!"); in TEST_F()
439pairing_handler_a->OnUiAction(PairingEvent::PAIRING_ACCEPTED, 0x01 /* Non-zero value means success… in TEST_F()
446 pairing_handler_a = std::make_unique<PairingHandlerLe>(PairingHandlerLe::PHASE1, central_setup); in TEST_F()
[all …]