Re: [codenameone-discussions] Re: Bluetooth support

2018-04-17 Thread Shai Almog
Hi, I think most of the work is mechanical but since this API is huge I'm sure there is a lot of nuance especially in the callbacks from the API. One of the problems with Cordova porting is that Cordova by its essence is limited to JavaScripts asynchronous functionality. The proponents of JS

Re: [codenameone-discussions] Re: Bluetooth support

2018-04-17 Thread andrea antonello
Hi Shai, > there were a few guys working on this in the past but most moved to BLE as > it's pretty much the standard now. > yes it is indeed for many things, but still used very few on certain types of devices (gps, measurement tools). Honestly I have no idea why. But I have not been able to

[codenameone-discussions] Re: Bluetooth support

2018-04-16 Thread Shai Almog
Hi, there were a few guys working on this in the past but most moved to BLE as it's pretty much the standard now. I'm guessing this can be ported in the same way that the original BLE project was ported: https://github.com/bcsphere/bluetooth/ Since bluetooth is a HUGE API it would require quite