Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc864 auto i_frame_start_view = EnhancedInformationStartFrameView::Create(i_frame_view); in on_pdu_no_fcs() local
865 if (!i_frame_start_view.IsValid()) { in on_pdu_no_fcs()
869 pimpl_->recv_i_frame(f, tx_seq, req_seq, sar, i_frame_start_view.GetL2capSduLength(), in on_pdu_no_fcs()
870 i_frame_start_view.GetPayload()); in on_pdu_no_fcs()
924 auto i_frame_start_view = EnhancedInformationStartFrameWithFcsView::Create(i_frame_view); in on_pdu_fcs() local
925 if (!i_frame_start_view.IsValid()) { in on_pdu_fcs()
929 pimpl_->recv_i_frame(f, tx_seq, req_seq, sar, i_frame_start_view.GetL2capSduLength(), in on_pdu_fcs()
930 i_frame_start_view.GetPayload()); in on_pdu_fcs()