Home
last modified time | relevance | path

Searched defs:on_disconnection (Results 1 – 18 of 18) sorted by relevance

/external/python/bumble/apps/
Dbench.py684 def on_disconnection(self, _): member in GattClient
730 def on_disconnection(self, _): member in GattServer
843 def on_disconnection(self, _): member in L2capClient
884 def on_disconnection(self, _): member in L2capServer
985 def on_disconnection(self, _): member in RfcommClient
1040 def on_disconnection(self, _): member in RfcommServer
1222 def on_disconnection(self, reason): member in Central
1344 def on_disconnection(self, reason): member in Peripheral
Drfcomm_bridge.py151 def on_disconnection(self, reason: int): member in ServerBridge
391 def on_disconnection(self, reason: int) -> None: member in ClientBridge
Dgg_bridge.py160 def on_disconnection(self, reason): member in GattlinkHubBridge
Dconsole.py1065 def on_disconnection(self, reason): member in DeviceListener
/external/python/bumble/examples/
Drun_notifier.py38 def on_disconnection(self, reason): member in Listener
Drun_gatt_server.py46 def on_disconnection(self, reason): member in Listener
Dkeyboard.py145 async def on_disconnection(self, reason): member in ServerListener
/external/python/bumble/bumble/profiles/
Dasha.py226 def on_disconnection(_reason) -> None: function
Dhap.py271 def on_disconnection(_reason) -> None: function
/external/python/bumble/apps/speaker/
Dspeaker.py126 async def on_disconnection(self, reason: int) -> None: member in Output
206 async def on_disconnection(self, reason) -> None: member in WebSocketOutput
/external/python/bumble/bumble/pandora/
Dhost.py295 def on_disconnection(_: None) -> None: function
Dsecurity.py316 def on_disconnection(*_: Any) -> None: function
/external/python/bumble/bumble/
Dgatt_server.py505 def on_disconnection(self, connection: Connection) -> None: member in Server
Dgatt_client.py1057 def on_disconnection(self, _) -> None: member in Client
Dsmp.py1308 def on_disconnection(self, _: int) -> None: member in Session
Dl2cap.py1649 def on_disconnection(self, connection_handle: int, _reason: int) -> None: member in ChannelManager
Ddevice.py1337 def on_disconnection(self, reason): member in Connection.Listener
4519 def on_disconnection(self, connection_handle: int, reason: int) -> None: member in Device
/external/python/bumble/rust/src/wrapper/device/
Dmod.rs517 pub fn on_disconnection( in on_disconnection() method