Home
last modified time | relevance | path

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

/system/bt/gd/cert/
Dmatchers.py344 def IFrame(tx_seq=None, payload=None, f=None): argument
348 def IFrameWithFcs(tx_seq=None, payload=None, f=None): argument
352 def IFrameStart(tx_seq=None, payload=None, f=None): argument
470 def _is_matching_information_frame(packet, tx_seq, payload, f, fcs=False): argument
486 def _is_matching_information_start_frame(packet, tx_seq, payload, f, fcs=False): argument
/system/bt/stack/l2cap/
Dl2c_fcr.cc999 uint8_t tx_seq, num_lost, num_to_ack, next_srej; in process_i_frame() local
1264 static bool retransmit_i_frames(tL2C_CCB* p_ccb, uint8_t tx_seq) { in retransmit_i_frames()
/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc858 uint8_t tx_seq = i_frame_view.GetTxSeq(); in on_pdu_no_fcs() local
918 uint8_t tx_seq = i_frame_view.GetTxSeq(); in on_pdu_fcs() local
/system/bt/gd/l2cap/classic/cert/
Dcert_l2cap.py67 tx_seq, argument