Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc873 auto s_frame_view = EnhancedSupervisoryFrameView::Create(standard_frame_view); in on_pdu_no_fcs() local
874 if (!s_frame_view.IsValid()) { in on_pdu_no_fcs()
878 auto req_seq = s_frame_view.GetReqSeq(); in on_pdu_no_fcs()
879 auto f = s_frame_view.GetF(); in on_pdu_no_fcs()
880 auto p = s_frame_view.GetP(); in on_pdu_no_fcs()
881 switch (s_frame_view.GetS()) { in on_pdu_no_fcs()
933 auto s_frame_view = EnhancedSupervisoryFrameWithFcsView::Create(standard_frame_view); in on_pdu_fcs() local
934 if (!s_frame_view.IsValid()) { in on_pdu_fcs()
938 auto req_seq = s_frame_view.GetReqSeq(); in on_pdu_fcs()
939 auto f = s_frame_view.GetF(); in on_pdu_fcs()
[all …]