Searched refs:send_s_frame (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/bt/gd/l2cap/classic/cert/ |
H A D | l2cap_test.py | 720 cert_channel.send_s_frame(req_seq=1, f=Final.POLL_RESPONSE) 815 cert_channel.send_s_frame(req_seq=0, p=Poll.POLL) 832 cert_channel.send_s_frame(req_seq=1, f=Final.POLL_RESPONSE) 866 cert_channel.send_s_frame(req_seq=0, f=Final.POLL_RESPONSE) 887 cert_channel.send_s_frame(req_seq=0, s=SupervisoryFunction.REJECT) 935 cert_channel.send_s_frame(req_seq=1, s=SupervisoryFunction.SELECT_REJECT) 981 cert_channel.send_s_frame(req_seq=0, f=Final.POLL_RESPONSE) 1056 cert_channel.send_s_frame(1, f=l2cap_packets.Final.POLL_RESPONSE) 1104 cert_channel.send_s_frame(req_seq=0, p=Poll.POLL) 1128 cert_channel.send_s_frame(req_seq=0, s=SupervisoryFunction.SELECT_REJECT) [all …]
|
H A D | l2cap_performance_test.py | 114 … cert_channel.send_s_frame(req_seq=(i + 1) % 64, s=SupervisoryFunction.RECEIVER_READY)
|
H A D | cert_l2cap.py | 79 …def send_s_frame(self, req_seq, s=SupervisoryFunction.RECEIVER_READY, p=Poll.NOT_SET, f=Final.NOT_… member in CertL2capChannel
|