Home
last modified time | relevance | path

Searched refs:send_configure_request (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/l2cap/le/cert/
Ddual_l2cap_test.py112 cert_channel.send_configure_request([])
127 cert_channel.send_configure_request([])
/system/bt/gd/l2cap/classic/cert/
Dl2cap_test.py102 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())
Dcert_l2cap.py86 def send_configure_request(self, options, sid=2, continuation=l2cap_packets.Continuation.END): member in CertL2capChannel