Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/classic/cert/
Dl2cap_test.py228 … assertThat(self.cert_l2cap.get_control_channel()).emitsNone(L2capMatchers.ConfigurationResponse())
243 … assertThat(self.cert_l2cap.get_control_channel()).emits(L2capMatchers.ConfigurationResponse())
275 …assertThat(self.cert_l2cap.get_control_channel()).emits(L2capMatchers.ConfigurationResponse(), at_…
Dcert_l2cap.py121 assertThat(self._control_channel).emits(L2capMatchers.ConfigurationResponse(result))
/system/bt/gd/l2cap/
Dl2cap_packets.pdl402 packet ConfigurationResponse : Control (code = CONFIGURATION_RESPONSE) {
/system/bt/gd/cert/
Dmatchers.py269 def ConfigurationResponse(result=ConfigurationResponseResult.SUCCESS): member in L2capMatchers