Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/bumble/
Davdtp.py1626 def on_get_configuration_command(self, command): member in Protocol
1633 return endpoint.stream.on_get_configuration_command()
1895 def on_get_configuration_command(self, configuration): member in Stream
1903 return self.local_endpoint.on_get_configuration_command(configuration)
2148 def on_get_configuration_command(self): member in LocalStreamEndPoint