Searched refs:EventWithCode (Results 1 – 4 of 4) sorted by relevance
69 def EventWithCode(event_code): member in HciMatchers156 return HciMatchers.EventWithCode(hci.EventCode.LINK_KEY_REQUEST)160 return HciMatchers.EventWithCode(hci.EventCode.IO_CAPABILITY_REQUEST)164 return HciMatchers.EventWithCode(hci.EventCode.IO_CAPABILITY_RESPONSE)168 return HciMatchers.EventWithCode(hci.EventCode.USER_PASSKEY_NOTIFICATION)172 return HciMatchers.EventWithCode(hci.EventCode.USER_PASSKEY_REQUEST)176 return HciMatchers.EventWithCode(hci.EventCode.USER_CONFIRMATION_REQUEST)180 return HciMatchers.EventWithCode(hci.EventCode.LINK_KEY_NOTIFICATION)184 return HciMatchers.EventWithCode(hci.EventCode.SIMPLE_PAIRING_COMPLETE)188 return HciMatchers.EventWithCode(hci.EventCode.DISCONNECT)[all …]
74 return Capture(HciMatchers.EventWithCode(hci.EventCode.CONNECTION_REQUEST),79 return Capture(HciMatchers.EventWithCode(hci.EventCode.CONNECTION_COMPLETE),84 return Capture(HciMatchers.EventWithCode(hci.EventCode.DISCONNECTION_COMPLETE),94 return Capture(HciMatchers.EventWithCode(hci.EventCode.SIMPLE_PAIRING_COMPLETE),
65 …assertThat(self.dut_hci.get_event_stream()).emits(HciMatchers.EventWithCode(hci.EventCode.INQUIRY_…
195 …assertThat(self._hci_event_stream).emits(HciMatchers.EventWithCode(hci.EventCode.USER_PASSKEY_REQU…