Searched refs:pairing_handler_b (Results 1 – 1 of 1) sorted by relevance
78 std::unique_ptr<bluetooth::security::PairingHandlerLe> pairing_handler_a, pairing_handler_b; variable154 if (!pairing_handler_b) LOG_ALWAYS_FATAL("Central handler not initlized yet!"); in dequeue_callback_peripheral()156 pairing_handler_b->OnCommandView(CommandView::Create(temp_cmd_view)); in dequeue_callback_peripheral()233 pairing_handler_b.reset(); in TearDown()278 pairing_handler_b->OnHciEvent(EventBuilderToView( in RecordSuccessfulEncryptionComplete()281 pairing_handler_b->OnHciEvent(EventBuilderToView( in RecordSuccessfulEncryptionComplete()338 if (!pairing_handler_b) LOG_ALWAYS_FATAL("handler not initalized yet!"); in TEST_F()341 …pairing_handler_b->OnUiAction(PairingEvent::PAIRING_ACCEPTED, 0x01 /* Non-zero value means success… in TEST_F()344 …pairing_handler_b = std::make_unique<PairingHandlerLe>(PairingHandlerLe::PHASE1, peripheral_setup); in TEST_F()348 pairing_handler_b->WaitUntilPairingFinished(); in TEST_F()[all …]