| /external/python/bumble/examples/ |
| D | run_gatt_client_and_server.py | 41 def on_connection(self, connection): member in ServerListener
|
| D | run_gatt_client.py | 38 async def on_connection(self, connection): member in Listener
|
| D | run_notifier.py | 34 def on_connection(self, connection): member in Listener
|
| D | run_gatt_server.py | 42 def on_connection(self, connection): member in Listener
|
| D | keyboard.py | 140 async def on_connection(self, connection): member in ServerListener
|
| /external/python/bumble/bumble/transport/ |
| D | ws_server.py | 60 async def on_connection(self, connection): member in open_ws_server_transport.WsServerTransport
|
| /external/python/bumble/apps/ |
| D | bench.py | 638 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
|
| D | controller_loopback.py | 51 def on_connection(self, connection_handle: int, *args): member in Loopback
|
| D | rfcomm_bridge.py | 144 def on_connection(self, connection): member in ServerBridge
|
| D | gg_bridge.py | 104 async def on_connection(self, connection): member in GattlinkHubBridge
|
| D | pair.py | 233 def on_connection(connection, request): function
|
| D | console.py | 1074 async def on_connection(self, connection): member in DeviceListener
|
| /external/python/bumble/tests/ |
| D | test_utils.py | 56 def on_connection(self, which, connection): member in TwoDevices
|
| D | avrcp_test.py | 64 def on_connection(self, which, connection): member in TwoDevices
|
| D | a2dp_test.py | 81 def on_connection(self, which, connection): member in TwoDevices
|
| D | self_test.py | 77 def on_connection(self, which, connection): member in TwoDevices
|
| /external/python/bumble/bumble/pandora/ |
| D | host.py | 379 def on_connection(connection: bumble.device.Connection) -> None: function 496 def on_connection(connection: bumble.device.Connection) -> None: function
|
| /external/python/bumble/apps/speaker/ |
| D | speaker.py | 123 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/ |
| D | mod.rs | 213 pub fn on_connection( in on_connection() method
|
| /external/python/bumble/bumble/ |
| D | sdp.py | 976 def on_connection(self, channel): member in Server
|
| D | device.py | 1456 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
|
| D | l2cap.py | 1410 def on_connection(self, channel: ClassicChannel) -> None: member in ClassicChannelServer 1439 def on_connection(self, channel: LeCreditBasedChannel) -> None: member in LeCreditBasedChannelServer
|
| D | rfcomm.py | 1112 def on_connection(self, l2cap_channel: l2cap.ClassicChannel) -> None: member in Server
|