Lines Matching refs:HciMatchers
23 from cert.matchers import HciMatchers
203 …assertThat(self._hci_event_stream).emits(HciMatchers.EventWithCode(hci_packets.EventCode.USER_PASS…
244 assertThat(self._hci_event_stream).emits(HciMatchers.PinCodeRequest())
268 HciMatchers.CommandComplete(hci_packets.OpCode.WRITE_SIMPLE_PAIRING_MODE))
279 HciMatchers.CommandComplete(hci_packets.OpCode.WRITE_SECURE_CONNECTIONS_HOST_SUPPORT))
285 assertThat(self._hci_event_stream).emits(HciMatchers.IoCapabilityRequest())
297 assertThat(self._hci_event_stream).emits(HciMatchers.LinkKeyRequest())
302 assertThat(self._hci_event_stream).emits(HciMatchers.UserConfirmationRequest())
308 assertThat(self._hci_event_stream).emits(HciMatchers.SimplePairingComplete())
310 assertThat(self._hci_event_stream).emits(HciMatchers.LinkKeyNotification())
316 assertThat(self._hci_event_stream).emits(HciMatchers.SimplePairingComplete())
320 assertThat(self._hci_event_stream).emits(HciMatchers.IoCapabilityResponse())
361 assertThat(self._hci_event_stream).emits(HciMatchers.DisconnectionComplete())