/aosp_15_r20/external/python/bumble/apps/ |
D | bench.py | 646 async def on_connection(self, connection): member in GattClient 727 async def on_connection(self, connection): member in GattServer 817 async def on_connection(self, connection: Connection) -> None: member in L2capClient 881 async def on_connection(self, connection): member in L2capServer 933 async def on_connection(self, connection): member in RfcommClient 1037 async def on_connection(self, connection): member in RfcommServer 1321 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 | gg_bridge.py | 104 async def on_connection(self, connection): member in GattlinkHubBridge
|
D | rfcomm_bridge.py | 144 def on_connection(self, connection): member in ServerBridge
|
D | pair.py | 239 def on_connection(connection, request): function
|
D | console.py | 1059 async def on_connection(self, connection): member in DeviceListener
|
/aosp_15_r20/external/python/bumble/bumble/pandora/ |
D | host.py | 380 def on_connection(connection: bumble.device.Connection) -> None: function 497 def on_connection(connection: bumble.device.Connection) -> None: function
|
/aosp_15_r20/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_mcp_client.py | 159 def on_connection(connection: Connection) -> None: function
|
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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/python/bumble/bumble/transport/ |
D | ws_server.py | 60 async def on_connection(self, connection): member in open_ws_server_transport.WsServerTransport
|
/aosp_15_r20/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
|
/aosp_15_r20/packages/modules/Bluetooth/pandora/server/bumble_experimental/ |
D | gatt.py | 77 def on_connection(self, connection: BumbleConnection) -> None: member in GATTService
|
D | hid.py | 343 async def on_connection(self, connection): member in ServerListener
|
/aosp_15_r20/external/python/bumble/rust/src/wrapper/device/ |
D | mod.rs | 213 pub fn on_connection( in on_connection() method
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | device.py | 1799 def on_connection(self, connection): member in Device.Listener 3107 def on_connection(connection): function 3376 def on_connection(connection): function 4323 def on_connection( member in Device
|
D | l2cap.py | 1417 def on_connection(self, channel: ClassicChannel) -> None: member in ClassicChannelServer 1446 def on_connection(self, channel: LeCreditBasedChannel) -> None: member in LeCreditBasedChannelServer
|
/aosp_15_r20/external/python/bumble/bumble/profiles/ |
D | hap.py | 269 def on_connection(connection: Connection) -> None: function
|