Home
last modified time | relevance | path

Searched refs:pdu_view (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dle_credit_based_channel_data_controller_test.cc83 auto pdu_view = BasicFrameView::Create(view); in TEST_F() local
84 EXPECT_TRUE(pdu_view.IsValid()); in TEST_F()
85 auto first_le_info_view = FirstLeInformationFrameView::Create(pdu_view); in TEST_F()
105 auto pdu_view = BasicFrameView::Create(view); in TEST_F() local
106 EXPECT_TRUE(pdu_view.IsValid()); in TEST_F()
107 auto first_le_info_view = FirstLeInformationFrameView::Create(pdu_view); in TEST_F()
117 pdu_view = BasicFrameView::Create(view); in TEST_F()
118 EXPECT_TRUE(pdu_view.IsValid()); in TEST_F()
119 payload = pdu_view.GetPayload(); in TEST_F()
Denhanced_retransmission_mode_channel_data_controller_test.cc84 auto pdu_view = BasicFrameView::Create(view); in TEST_F() local
85 EXPECT_TRUE(pdu_view.IsValid()); in TEST_F()
86 auto standard_view = StandardFrameView::Create(pdu_view); in TEST_F()
176 auto pdu_view = BasicFrameWithFcsView::Create(view); in TEST_F() local
177 EXPECT_TRUE(pdu_view.IsValid()); in TEST_F()
178 auto standard_view = StandardFrameWithFcsView::Create(pdu_view); in TEST_F()
Dbasic_mode_channel_data_controller_test.cc81 auto pdu_view = BasicFrameView::Create(view); in TEST_F() local
82 EXPECT_TRUE(pdu_view.IsValid()); in TEST_F()
83 auto payload = pdu_view.GetPayload(); in TEST_F()