Searched refs:on_outgoing_connection_result (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | socket_manager.py | 64 def on_outgoing_connection_result( member in SocketManagerCallbacks 140 observer.on_outgoing_connection_result(connecting_id, 172 … def on_outgoing_connection_result(self, connecting_id, result, socket, *, dbus_unix_fd_list=None): member in FlossSocketManagerClient
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | l2cap.py | 125 … def on_outgoing_connection_result(self, connecting_id, result, socket, *, dbus_unix_fd_list=None): member in L2CAPService.CreateLECreditBasedChannel.CreateL2CAPObserver
|
D | rfcomm.py | 68 … def on_outgoing_connection_result(self, connecting_id, result, socket, *, dbus_unix_fd_list=None): member in RFCOMMService.ConnectToServer.CreateRFCOMMObserver
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | socket_manager.rs | 284 fn on_outgoing_connection_result( in on_outgoing_connection_result() method 1188 callback.on_outgoing_connection_result(socket_id, status, socket); in handle_actions()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 836 fn on_outgoing_connection_result( in on_outgoing_connection_result() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 1273 fn on_outgoing_connection_result( in on_outgoing_connection_result() method
|
D | dbus_iface.rs | 2296 fn on_outgoing_connection_result( in on_outgoing_connection_result() method
|