My Android phone is paired to my Windows 11 PC. In it's Link to Windows is "sees" my desktop and states it is connected. In my Windows 11 PC settings - clipboard is set to sync and under Bluetooth is "sees" my phone. In my sample you will notice that I send an AnnotatedString. I sense that is my problem
val clipboardManager = LocalClipboardManager.current
val output = "Hello World"
clipboardManager.setText(AnnotatedString(output.toString()))