Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc875 auto s_frame_view = EnhancedSupervisoryFrameView::Create(standard_frame_view); in on_pdu_no_fcs() local
876 if (!s_frame_view.IsValid()) { in on_pdu_no_fcs()
880 auto req_seq = s_frame_view.GetReqSeq(); in on_pdu_no_fcs()
881 auto f = s_frame_view.GetF(); in on_pdu_no_fcs()
882 auto p = s_frame_view.GetP(); in on_pdu_no_fcs()
883 switch (s_frame_view.GetS()) { in on_pdu_no_fcs()
935 auto s_frame_view = EnhancedSupervisoryFrameWithFcsView::Create(standard_frame_view); in on_pdu_fcs() local
936 if (!s_frame_view.IsValid()) { in on_pdu_fcs()
940 auto req_seq = s_frame_view.GetReqSeq(); in on_pdu_fcs()
941 auto f = s_frame_view.GetF(); in on_pdu_fcs()
[all …]