Home
last modified time | relevance | path

Searched defs:sdu_size (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/l2cap/internal/
Dle_credit_based_channel_data_controller.cc35 auto sdu_size = sdu->size(); in OnSdu() local
84 auto sdu_size = start_frame_view.GetL2capSduLength(); in OnPdu() local
Denhanced_retransmission_mode_channel_data_controller.cc814 auto sdu_size = sdu->size(); in OnSdu() local
966 void ErtmController::stage_for_reassembly(SegmentationAndReassembly sar, uint16_t sdu_size, in stage_for_reassembly()
/system/bt/gd/l2cap/le/cert/
Dcert_le_l2cap.py52 def send_first_le_i_frame(self, sdu_size, packet): argument
/system/bt/gd/cert/
Dmatchers.py246 def FirstLeIFrame(payload, sdu_size): argument
403 def _is_matching_first_le_i_frame(packet, payload, sdu_size): argument