Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/bumble/apps/
Dbench.py646 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
Dcontroller_loopback.py51 def on_connection(self, connection_handle: int, *args): member in Loopback
Dgg_bridge.py104 async def on_connection(self, connection): member in GattlinkHubBridge
Drfcomm_bridge.py144 def on_connection(self, connection): member in ServerBridge
Dpair.py239 def on_connection(connection, request): function
Dconsole.py1059 async def on_connection(self, connection): member in DeviceListener
/aosp_15_r20/external/python/bumble/bumble/pandora/
Dhost.py380 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/
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_mcp_client.py159 def on_connection(connection: Connection) -> None: function
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
/aosp_15_r20/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
/aosp_15_r20/external/python/bumble/bumble/transport/
Dws_server.py60 async def on_connection(self, connection): member in open_ws_server_transport.WsServerTransport
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Dgatt.py77 def on_connection(self, connection: BumbleConnection) -> None: member in GATTService
Dhid.py343 async def on_connection(self, connection): member in ServerListener
/aosp_15_r20/external/python/bumble/rust/src/wrapper/device/
Dmod.rs213 pub fn on_connection( in on_connection() method
/aosp_15_r20/external/python/bumble/bumble/
Ddevice.py1799 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
Dl2cap.py1417 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/
Dhap.py269 def on_connection(connection: Connection) -> None: function

12