Home
last modified time | relevance | path

Searched refs:OnOutgoingConnectionResult (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs488 OnOutgoingConnectionResult(CallbackId, SocketId, BtStatus, Option<BluetoothSocket>), enumerator
1065 .send(Message::SocketManagerActions(SocketActions::OnOutgoingConnectionResult( in connecting_task()
1089 .send(Message::SocketManagerActions(SocketActions::OnOutgoingConnectionResult( in connecting_task()
1105 .send(Message::SocketManagerActions(SocketActions::OnOutgoingConnectionResult( in connecting_task()
1117 SocketActions::OnOutgoingConnectionResult( in connecting_task()
1134 SocketActions::OnOutgoingConnectionResult( in connecting_task()
1147 .send(Message::SocketManagerActions(SocketActions::OnOutgoingConnectionResult( in connecting_task()
1186 SocketActions::OnOutgoingConnectionResult(cbid, socket_id, status, socket) => { in handle_actions()
/packages/modules/Bluetooth/floss/pandora/floss/
Dsocket_manager.py137 … def OnOutgoingConnectionResult(self, connecting_id, result, socket, *, dbus_unix_fd_list=None): member in FlossSocketManagerClient.ExportedSocketManagerCallbacks