Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/bumble/
Davdtp.py1635 def on_reconfigure_command(self, command): member in Protocol
1642 result = endpoint.stream.on_reconfigure_command(command.capabilities)
1905 def on_reconfigure_command(self, configuration): member in Stream
1909 result = self.local_endpoint.on_reconfigure_command(configuration)
2137 def on_reconfigure_command(self, command): member in LocalStreamEndPoint