Searched refs:pairing_handler_b (Results 1 – 1 of 1) sorted by relevance
80 std::unique_ptr<bluetooth::security::PairingHandlerLe> pairing_handler_a, pairing_handler_b; variable158 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()354 …pairing_handler_b = std::make_unique<PairingHandlerLe>(PairingHandlerLe::PHASE1, peripheral_setup); in TEST_F()358 pairing_handler_b->WaitUntilPairingFinished(); in TEST_F()[all …]