Searched refs:send_configure_request (Results 1 – 3 of 3) sorted by relevance
112 cert_channel.send_configure_request([])127 cert_channel.send_configure_request([])
102 cert_channel.send_configure_request(req_config_options)121 cert_channel.send_configure_request(outgoing_config)252 cert_channel.send_configure_request(CertL2cap.config_option_mtu_explicit(672))269 cert_channel.send_configure_request([mtu_opt], 2, l2cap_packets.Continuation.CONTINUE)273 … cert_channel.send_configure_request([flush_timeout_option], 3, l2cap_packets.Continuation.END)314 cert_channel.send_configure_request([])341 cert_channel.send_configure_request(CertL2cap.config_option_mtu_explicit(20))362 cert_channel.send_configure_request([unknown_opt_hint] * i)402 cert_channel.send_configure_request(option_list)1276 cert_channel.send_configure_request(CertL2cap.config_option_basic_explicit())
86 def send_configure_request(self, options, sid=2, continuation=l2cap_packets.Continuation.END): member in CertL2capChannel