You are absolutely right I should have been more precise :(
And I really should have made some tests before my earlier reply. But we all make mistakes sometimes...
I've modified that earlier reply now, to set some facts straight.
I tried rc4 'out of the box'. Bluetooth was enabled (although the messages could be a bit more clear about it), and the 'system settings' -> Bluetooth menu says 'no bluetooth adapter found'.
This happened to me with one of the two adapters I tried.
The issue seems to be with Rasplex not recognizing the BT dongle that comes with the keyboard. Just to be sure it worked I tried it on a Windows 7 PC and it does recognize the dongle, so the hardware is ok.
OK, yes, but probably not compatible with the variation of bluetooth used in this OpenELEC distro.
Also, this is the keyboard I'm using: http://www.riitek.com/product_Info.asp?id=80
I have a similar but not identical keyboard, which also came with a dongle of its own.
(This is a nordic brand, but is in fact a rebranded chinese product, though with Swedish keyboard layout.)
The docs for my keyboard clearly state that the dongle uses Bluetooth 3.0 protocol, which might not be the same version implemented in our OpenELEC variant. This dongle was never recognized on my RPi, though it too works for a PC. Another potential problem with bluetooth adapters is that they're likely to draw fairly high peak current, to achieve proper bluetooth signal strength. So the RPi PSU may need to be a bit stronger than needed for just the RPi.
In any case I was able to test my bluetooth keyboard a little with RasPlex anyway, using an ancient Bluetooth adapter I've had for years. (A type made like a huge tooth in transparent blue plastic, so you see the circuit board inside.)
These tests tell me that it's currently a waste of time to try using any bluetooth devices with RasPlex.
The reason is that the PHT program is launched before OpenELEC has reconnected to paired devices, and PHT will only accept input from devices that were well defined during the initialization of PHT. I was able to simulate this by performing the pairing procedure for my keyboard, which still could not be used at that point, as PHT ignored its input. But then I logged in through SSH from a computer and gave the command "killall plexhometheater". That command shuts down the current instance of PHT, but since OpenELEC is still running and is configured to autolaunch PHT, this restarts PHT automatically. And this time the bluetooth keyboard is already connected to OpenELEC during the initialization of PHT, which makes PHT accept input from the keyboard.
This shows that there are two changes needed to completely fix this problem.
1: Somehow ensure that OpenELEC attempts to reconnect paired devices before launching PHT.
2: Somehow ensure that PHT repeats device usage initialization after adding bluetooth devices in the "System Settings" submenu
Note that it will always be necessary to have some other remote or keyboard device (like a USB keyboard) in order to perform original or changed pairing of a Bluetooth keyboard, since no new bluetooth device is ever accepted without such pairing procedure.
Thanks in advance for your time testing this, and feel free to ask me to try whatever you think may be useful to try.
At this point I can't think of any more useful tests for this RasPlex version.
Its device usage initialization needs to be recoded for satisfactory use of Bluetooth devices.
Best regards: dlanor