Searched defs:tx_seq (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/cert/ |
D | matchers.py | 344 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/ |
D | l2c_fcr.cc | 999 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/ |
D | enhanced_retransmission_mode_channel_data_controller.cc | 858 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/ |
D | cert_l2cap.py | 67 tx_seq, argument
|