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.py161 cert_channel.send_i_frame(tx_seq=0, req_seq=1, payload=SAMPLE_PACKET)
597 cert_channel.send_i_frame(tx_seq=0, req_seq=0, payload=SAMPLE_PACKET)
623 cert_channel.send_i_frame(tx_seq=0, req_seq=0, payload=SAMPLE_PACKET, fcs=FcsType.DEFAULT)
641 cert_channel.send_i_frame(tx_seq=0, req_seq=1, payload=SAMPLE_PACKET)
646 cert_channel.send_i_frame(tx_seq=1, req_seq=2, payload=SAMPLE_PACKET)
651 cert_channel.send_i_frame(tx_seq=2, req_seq=3, payload=SAMPLE_PACKET)
665 cert_channel.send_i_frame(tx_seq=i, req_seq=0, payload=SAMPLE_PACKET)
668 …cert_channel.send_i_frame(tx_seq=3, req_seq=0, sar=SegmentationAndReassembly.START, payload=SAMPLE…
671 cert_channel.send_i_frame(
675 …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