Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc847 auto standard_frame_view = StandardFrameView::Create(basic_frame_view); in on_pdu_no_fcs() local
848 if (!standard_frame_view.IsValid()) { in on_pdu_no_fcs()
852 auto type = standard_frame_view.GetFrameType(); in on_pdu_no_fcs()
854 auto i_frame_view = EnhancedInformationFrameView::Create(standard_frame_view); in on_pdu_no_fcs()
875 auto s_frame_view = EnhancedSupervisoryFrameView::Create(standard_frame_view); in on_pdu_no_fcs()
907 auto standard_frame_view = StandardFrameWithFcsView::Create(basic_frame_view); in on_pdu_fcs() local
908 if (!standard_frame_view.IsValid()) { in on_pdu_fcs()
912 auto type = standard_frame_view.GetFrameType(); in on_pdu_fcs()
914 auto i_frame_view = EnhancedInformationFrameWithFcsView::Create(standard_frame_view); in on_pdu_fcs()
935 auto s_frame_view = EnhancedSupervisoryFrameWithFcsView::Create(standard_frame_view); in on_pdu_fcs()