Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/cert/
Ddual_l2cap_test.py113 cert_channel.verify_configuration_response()
128 cert_channel.verify_configuration_response()
/system/bt/gd/l2cap/classic/cert/
Dl2cap_test.py104 cert_channel.verify_configuration_response()
122 cert_channel.verify_configuration_response()
315 cert_channel.verify_configuration_response()
344 …cert_channel.verify_configuration_response(l2cap_packets.ConfigurationResponseResult.UNACCEPTABLE_…
363 … cert_channel.verify_configuration_response(l2cap_packets.ConfigurationResponseResult.SUCCESS)
403 …cert_channel.verify_configuration_response(l2cap_packets.ConfigurationResponseResult.UNKNOWN_OPTIO…
Dcert_l2cap.py120 def verify_configuration_response(self, result=ConfigurationResponseResult.SUCCESS): member in CertL2capChannel