Lines Matching refs:Poll
24 from bluetooth_packets_python3.l2cap_packets import Poll
802 assertThat(cert_channel).emits(L2capMatchers.SFrame(p=l2cap_packets.Poll.POLL))
815 cert_channel.send_s_frame(req_seq=0, p=Poll.POLL)
831 … assertThat(cert_channel).emits(L2capMatchers.SFrame(req_seq=0, p=Poll.POLL, f=Final.NOT_SET))
864 …assertThat(cert_channel).emits(L2capMatchers.IFrame(tx_seq=0), L2capMatchers.SFrame(p=Poll.POLL)).…
912 cert_channel.send_s_frame(req_seq=1, p=Poll.POLL, s=SupervisoryFunction.SELECT_REJECT)
957 … L2capMatchers.SFrame(req_seq=1, f=Final.NOT_SET, s=SupervisoryFunction.REJECT, p=Poll.NOT_SET))
979 assertThat(cert_channel).emits(L2capMatchers.SFrame(p=l2cap_packets.Poll.POLL))
997 assertThat(cert_channel).emits(L2capMatchers.SFrame(p=Poll.POLL))
1015 assertThat(cert_channel).emits(L2capMatchers.SFrame(p=l2cap_packets.Poll.POLL))
1055 …2capMatchers.SFrame(s=l2cap_packets.SupervisoryFunction.RECEIVER_READY, p=l2cap_packets.Poll.POLL))
1104 cert_channel.send_s_frame(req_seq=0, p=Poll.POLL)
1126 L2capMatchers.SFrame(p=Poll.POLL)).inOrder()
1155 L2capMatchers.SFrame(p=l2cap_packets.Poll.POLL)).inOrder()
1186 L2capMatchers.SFrame(p=l2cap_packets.Poll.POLL)).inOrder()