Open GoogleCodeExporter opened 8 years ago
The problem fixed in 2.1.1-SNAPSHOT.20
Now this should work:
BlueCoveImpl.setConfigProperty("bluecove.deviceID", "hci0");
BlueCoveImpl.setConfigProperty("bluecove.deviceID", "0");
or
BlueCoveImpl.setConfigProperty("bluecove.deviceAddress", "112233445566");
And this will not work:
BlueCoveImpl.setConfigProperty("bluecove.deviceID", "11:22:33:44:55:66");
Original comment by skarzhev...@gmail.com
on 5 Mar 2009 at 10:25
Original issue reported on code.google.com by
rodolpho...@gmail.com
on 4 Mar 2009 at 1:55