Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/classic/cert/
Dl2cap_test.py162 cert_channel.send_i_frame(tx_seq=0, req_seq=1, payload=SAMPLE_PACKET)
598 cert_channel.send_i_frame(tx_seq=0, req_seq=0, payload=SAMPLE_PACKET)
624 cert_channel.send_i_frame(tx_seq=0, req_seq=0, payload=SAMPLE_PACKET, fcs=FcsType.DEFAULT)
642 cert_channel.send_i_frame(tx_seq=0, req_seq=1, payload=SAMPLE_PACKET)
647 cert_channel.send_i_frame(tx_seq=1, req_seq=2, payload=SAMPLE_PACKET)
652 cert_channel.send_i_frame(tx_seq=2, req_seq=3, payload=SAMPLE_PACKET)
666 cert_channel.send_i_frame(tx_seq=i, req_seq=0, payload=SAMPLE_PACKET)
669 …cert_channel.send_i_frame(tx_seq=3, req_seq=0, sar=SegmentationAndReassembly.START, payload=SAMPLE…
672 cert_channel.send_i_frame(
676 …cert_channel.send_i_frame(tx_seq=5, req_seq=0, sar=SegmentationAndReassembly.END, payload=SAMPLE_P…
[all …]
Dl2cap_performance_test.py141 cert_channel.send_i_frame(tx_seq=i % 64, req_seq=0, payload=data_packet)
Dcert_l2cap.py66 def send_i_frame(self, member in CertL2capChannel