Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/bumble/
Davdtp.py1610 def on_set_configuration_command(self, command): member in Protocol
1623 result = stream.on_set_configuration_command(command.capabilities)
1884 def on_set_configuration_command(self, configuration): member in Stream
1888 result = self.local_endpoint.on_set_configuration_command(configuration)
2140 def on_set_configuration_command(self, configuration): member in LocalStreamEndPoint