onServiceConnected

abstract fun onServiceConnected(serviceConnectionId: ServiceConnectionId, serviceUuid: ServiceUuid)

Called when a connection is established to the service with the specified serviceUuid.

Note: The serviceConnectionId can now be used to send messages using ConnectivityClient.sendMessage, until it is disconnected.