Searched refs:complete_view (Results 1 – 1 of 1) sorted by relevance
404 auto complete_view = ::bluetooth::hci::CommandCompleteView::Create( in handle_no_ops() local411 complete_view.IsValid() && in handle_no_ops()412 complete_view.GetCommandOpCode() == ::bluetooth::hci::OpCode::NONE; in handle_no_ops()464 auto complete_view = ::bluetooth::hci::CommandCompleteView::Create( in wait_for_command_complete_event() local467 ASSERT_TRUE(complete_view.IsValid()); in wait_for_command_complete_event()468 ASSERT_EQ(complete_view.GetCommandOpCode(), opCode); in wait_for_command_complete_event()469 ASSERT_EQ(complete_view.GetPayload()[0], in wait_for_command_complete_event()490 auto complete_view = ::bluetooth::hci::ReadBufferSizeCompleteView::Create( in setBufferSizes() local496 ASSERT_TRUE(complete_view.IsValid()); in setBufferSizes()497 ASSERT_EQ(complete_view.GetStatus(), ::bluetooth::hci::ErrorCode::SUCCESS); in setBufferSizes()[all …]