Home
last modified time | relevance | path

Searched defs:on_connection (Results 1 – 23 of 23) sorted by relevance

/external/python/bumble/examples/
Drun_gatt_client_and_server.py41 def on_connection(self, connection): member in ServerListener
Drun_gatt_client.py38 async def on_connection(self, connection): member in Listener
Drun_notifier.py34 def on_connection(self, connection): member in Listener
Drun_gatt_server.py42 def on_connection(self, connection): member in Listener
Dkeyboard.py140 async def on_connection(self, connection): member in ServerListener
/external/python/bumble/bumble/transport/
Dws_server.py60 async def on_connection(self, connection): member in open_ws_server_transport.WsServerTransport
/external/python/bumble/apps/
Dbench.py638 async def on_connection(self, connection): member in GattClient
719 async def on_connection(self, connection): member in GattServer
809 async def on_connection(self, connection: Connection) -> None: member in L2capClient
873 async def on_connection(self, connection): member in L2capServer
925 async def on_connection(self, connection): member in RfcommClient
1029 async def on_connection(self, connection): member in RfcommServer
1282 def on_connection(self, connection): member in Peripheral
Dcontroller_loopback.py51 def on_connection(self, connection_handle: int, *args): member in Loopback
Drfcomm_bridge.py144 def on_connection(self, connection): member in ServerBridge
Dgg_bridge.py104 async def on_connection(self, connection): member in GattlinkHubBridge
Dpair.py233 def on_connection(connection, request): function
Dconsole.py1074 async def on_connection(self, connection): member in DeviceListener
/external/python/bumble/tests/
Dtest_utils.py56 def on_connection(self, which, connection): member in TwoDevices
Davrcp_test.py64 def on_connection(self, which, connection): member in TwoDevices
Da2dp_test.py81 def on_connection(self, which, connection): member in TwoDevices
Dself_test.py77 def on_connection(self, which, connection): member in TwoDevices
/external/python/bumble/bumble/pandora/
Dhost.py379 def on_connection(connection: bumble.device.Connection) -> None: function
496 def on_connection(connection: bumble.device.Connection) -> None: function
/external/python/bumble/apps/speaker/
Dspeaker.py123 async def on_connection(self, connection: Connection) -> None: member in Output
193 async def on_connection(self, connection: Connection) -> None: member in WebSocketOutput
/external/python/bumble/rust/src/wrapper/device/
Dmod.rs213 pub fn on_connection( in on_connection() method
/external/python/bumble/bumble/
Dsdp.py976 def on_connection(self, channel): member in Server
Ddevice.py1456 def on_connection(self, connection): member in Device.Listener
2515 def on_connection(connection): function
2784 def on_connection(connection): function
3653 def on_connection( member in Device
Dl2cap.py1410 def on_connection(self, channel: ClassicChannel) -> None: member in ClassicChannelServer
1439 def on_connection(self, channel: LeCreditBasedChannel) -> None: member in LeCreditBasedChannelServer
Drfcomm.py1112 def on_connection(self, l2cap_channel: l2cap.ClassicChannel) -> None: member in Server