Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le_unittest.cc175 pairing_handler->OnCommandView(bad_pairing_response); in TEST_F()
200 pairing_handler->OnCommandView(pairing_response); in TEST_F()
215 …pairing_handler->OnCommandView(BuilderToView(PairingPublicKeyBuilder::Create(public_key.x, public_… in TEST_F()
228 pairing_handler->OnCommandView(BuilderToView(PairingConfirmBuilder::Create(Cb))); in TEST_F()
238 pairing_handler->OnCommandView(BuilderToView(PairingRandomBuilder::Create(Nb))); in TEST_F()
271 pairing_handler->OnCommandView(BuilderToView(PairingDhKeyCheckBuilder::Create(Eb))); in TEST_F()
Dpairing_handler_le.h278 void OnCommandView(CommandView packet) { in OnCommandView() function
/packages/modules/Bluetooth/system/gd/security/test/
Dpairing_handler_le_pair_test.cc144 pairing_handler_a->OnCommandView(CommandView::Create(temp_cmd_view)); in dequeue_callback_central()
160 pairing_handler_b->OnCommandView(CommandView::Create(temp_cmd_view)); in dequeue_callback_peripheral()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc511 pending_le_pairing_.handler_->OnCommandView(temp_cmd_view); in OnSmpCommandLe()