Home
last modified time | relevance | path

Searched refs:standard_view (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller_test.cc86 auto standard_view = StandardFrameView::Create(pdu_view); in TEST_F() local
87 EXPECT_TRUE(standard_view.IsValid()); in TEST_F()
88 auto i_frame_view = EnhancedInformationFrameView::Create(standard_view); in TEST_F()
178 auto standard_view = StandardFrameWithFcsView::Create(pdu_view); in TEST_F() local
179 EXPECT_TRUE(standard_view.IsValid()); in TEST_F()
180 auto i_frame_view = EnhancedInformationFrameWithFcsView::Create(standard_view); in TEST_F()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_inq.cc1296 auto standard_view = bluetooth::hci::InquiryResultView::Create(event); in btm_process_inq_results_standard() local
1297 log::assert_that(standard_view.IsValid(), in btm_process_inq_results_standard()
1299 auto responses = standard_view.GetResponses(); in btm_process_inq_results_standard()