Searched refs:send_configuration_response (Results 1 – 2 of 2) sorted by relevance
111 …def send_configuration_response(self, request, result=ConfigurationResponseResult.SUCCESS, options… member in CertL2capChannel147 … def send_configuration_response(self, result=ConfigurationResponseResult.SUCCESS, options=None): member in CertL2capControlChannelBehaviors.CertReplyStage156 self.parent.scid_to_channel[dcid].send_configuration_response(request, result, options)281 self.scid_to_channel[dcid].send_configuration_response(captured_request_view)
91 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(286 L2capMatchers.ConfigurationRequestView(scid)).then().send_configuration_response(288 … options=CertL2cap.config_option_mtu_explicit(200)).send_configuration_response(options=[])