Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/bumble/
Davdtp.py1645 def on_open_command(self, command): member in Protocol
1652 result = endpoint.stream.on_open_command()
1915 def on_open_command(self): member in Stream
1919 result = self.local_endpoint.on_open_command()
2151 def on_open_command(self): member in LocalStreamEndPoint