Home
last modified time | relevance | path

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

/external/python/bumble/apps/
Dbench.py535 connection.on('disconnection', self.on_disconnection)
538 def on_disconnection(self, _): member in GattClient
576 connection.on('disconnection', self.on_disconnection)
578 def on_disconnection(self, _): member in GattServer
661 connection.on('disconnection', self.on_disconnection)
683 def on_disconnection(self, _): member in L2capClient
717 connection.on('disconnection', self.on_disconnection)
719 def on_disconnection(self, _): member in L2capServer
746 connection.on('disconnection', self.on_disconnection)
769 def on_disconnection(self, _): member in RfcommClient
[all …]
Dgg_bridge.py159 def on_disconnection(self, reason): member in GattlinkHubBridge
Dconsole.py884 def on_disconnection(self, reason): member in DeviceListener
/external/python/bumble/examples/
Drun_gatt_server.py46 def on_disconnection(self, reason): member in Listener
Drun_notifier.py38 def on_disconnection(self, reason): member in Listener
Dkeyboard.py145 async def on_disconnection(self, reason): member in ServerListener
/external/pandora/avatar/avatar/bumble_server/
Dhost.py237 def on_disconnection(_: None) -> None: function
240 connection.on('disconnection', on_disconnection)
245 connection.remove_listener('disconnection', on_disconnection) # type: ignore
/external/python/bumble/bumble/
Dsmp.py691 connection.on('disconnection', self.on_disconnection)
1167 def on_disconnection(self, _): member in Session
1168 self.connection.remove_listener('disconnection', self.on_disconnection)
Dl2cap.py1364 self._host.remove_listener('disconnection', self.on_disconnection)
1367 host.on('disconnection', self.on_disconnection)
1501 def on_disconnection(self, connection_handle, _reason): member in ChannelManager
Dgatt_server.py431 def on_disconnection(self, connection): member in Server
Ddevice.py535 def on_disconnection(self, reason): member in Connection.Listener
2606 def on_disconnection(self, connection, reason): member in Device
2617 self.gatt_server.on_disconnection(connection)