/external/python/bumble/apps/ |
D | bench.py | 684 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
|
D | rfcomm_bridge.py | 151 def on_disconnection(self, reason: int): member in ServerBridge 391 def on_disconnection(self, reason: int) -> None: member in ClientBridge
|
D | gg_bridge.py | 160 def on_disconnection(self, reason): member in GattlinkHubBridge
|
D | console.py | 1065 def on_disconnection(self, reason): member in DeviceListener
|
/external/python/bumble/examples/ |
D | run_notifier.py | 38 def on_disconnection(self, reason): member in Listener
|
D | run_gatt_server.py | 46 def on_disconnection(self, reason): member in Listener
|
D | keyboard.py | 145 async def on_disconnection(self, reason): member in ServerListener
|
/external/python/bumble/bumble/profiles/ |
D | asha.py | 226 def on_disconnection(_reason) -> None: function
|
D | hap.py | 271 def on_disconnection(_reason) -> None: function
|
/external/python/bumble/apps/speaker/ |
D | speaker.py | 126 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/ |
D | host.py | 295 def on_disconnection(_: None) -> None: function
|
D | security.py | 316 def on_disconnection(*_: Any) -> None: function
|
/external/python/bumble/bumble/ |
D | gatt_server.py | 505 def on_disconnection(self, connection: Connection) -> None: member in Server
|
D | gatt_client.py | 1057 def on_disconnection(self, _) -> None: member in Client
|
D | smp.py | 1308 def on_disconnection(self, _: int) -> None: member in Session
|
D | l2cap.py | 1649 def on_disconnection(self, connection_handle: int, _reason: int) -> None: member in ChannelManager
|
D | device.py | 1337 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/ |
D | mod.rs | 517 pub fn on_disconnection( in on_disconnection() method
|