Home
last modified time | relevance | path

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

/external/python/bumble/bumble/
Davdtp.py1545 def on_get_configuration_command(self, command): member in Protocol
1552 return endpoint.stream.on_get_configuration_command()
1777 def on_get_configuration_command(self, configuration): member in Stream
1785 return self.local_endpoint.on_get_configuration_command(configuration)
1991 def on_get_configuration_command(self): member in LocalStreamEndPoint