Searched refs:send_s_frame (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/l2cap/classic/cert/ |
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) 912 cert_channel.send_s_frame(req_seq=1, p=Poll.POLL, s=SupervisoryFunction.SELECT_REJECT) 935 cert_channel.send_s_frame(req_seq=1, s=SupervisoryFunction.SELECT_REJECT) 937 cert_channel.send_s_frame(req_seq=3, s=SupervisoryFunction.RECEIVER_READY) 981 cert_channel.send_s_frame(req_seq=0, f=Final.POLL_RESPONSE) 1017 …cert_channel.send_s_frame(req_seq=0, s=SupervisoryFunction.RECEIVER_NOT_READY, f=Final.POLL_RESPON… [all …]
|
D | l2cap_performance_test.py | 114 … cert_channel.send_s_frame(req_seq=(i + 1) % 64, s=SupervisoryFunction.RECEIVER_READY)
|
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
|