Home
last modified time | relevance | path

Searched refs:pairing_handler_b (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
158 if (!pairing_handler_b) log::fatal("Central handler not initlized yet!"); in dequeue_callback_peripheral()
160 pairing_handler_b->OnCommandView(CommandView::Create(temp_cmd_view)); in dequeue_callback_peripheral()
237 pairing_handler_b.reset(); in TearDown()
285 pairing_handler_b->OnHciEvent(EventBuilderToView( in RecordSuccessfulEncryptionComplete()
288 pairing_handler_b->OnHciEvent(EventBuilderToView( in RecordSuccessfulEncryptionComplete()
347 if (!pairing_handler_b) log::fatal("handler not initalized yet!"); in TEST_F()
350 pairing_handler_b->OnUiAction( in TEST_F()
354pairing_handler_b = std::make_unique<PairingHandlerLe>(PairingHandlerLe::PHASE1, peripheral_setup); in TEST_F()
358 pairing_handler_b->WaitUntilPairingFinished(); in TEST_F()
[all …]