Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/classic/cert/
Dcert_l2cap.py111 …def send_configuration_response(self, request, result=ConfigurationResponseResult.SUCCESS, options… member in CertL2capChannel
147 … def send_configuration_response(self, result=ConfigurationResponseResult.SUCCESS, options=None): member in CertL2capControlChannelBehaviors.CertReplyStage
156 self.parent.scid_to_channel[dcid].send_configuration_response(request, result, options)
281 self.scid_to_channel[dcid].send_configuration_response(captured_request_view)
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(
286 L2capMatchers.ConfigurationRequestView(scid)).then().send_configuration_response(
288 … options=CertL2cap.config_option_mtu_explicit(200)).send_configuration_response(options=[])