Home
last modified time | relevance | path

Searched refs:on_config_req (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/l2cap/classic/cert/
Dl2cap_test.py91 when(self.cert_l2cap).on_config_req(request_matcher).then().send_configuration_response(
94 when(self.cert_l2cap).on_config_req(request_matcher).then().send_configuration_response(
106 wait_until(self.cert_l2cap).on_config_req(request_matcher).times(1)
285 when(self.cert_l2cap).on_config_req(
Dcert_l2cap.py139 def on_config_req(self, matcher): member in CertL2capControlChannelBehaviors