I need a connection from java to an UNVISIBLE paired android (google glass), therefore I need to hard-code connect to the glass into java code.
It would be pretty easy if I could create a RemoteDevice with the mac address.
Here is the API for this:
But the constructor is PROTECTED, so how can I solve it?
(I need it in java, not in android, the android way does not work)