Home
last modified time | relevance | path

Searched refs:EventWithCode (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dmatchers.py69 def EventWithCode(event_code): member in HciMatchers
156 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 …]
Dcaptures.py74 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),
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Ddirect_hci_test.py65 …assertThat(self.dut_hci.get_event_stream()).emits(HciMatchers.EventWithCode(hci.EventCode.INQUIRY_…
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/
Dcert_security.py195 …assertThat(self._hci_event_stream).emits(HciMatchers.EventWithCode(hci.EventCode.USER_PASSKEY_REQU…