farfromrefuge
farfromrefuge
@Mahtaran sorry but it does not seem to be related to this plugin. you should first clean and rebuild. and if it still fails seek help on discod.
@dimitriospafos it is possible in v2 https://github.com/EddyVerbruggen/nativescript-bluetooth/blob/v2/src/bluetooth.ios.ts#L626. Use npm beta tagged version
I dont know about your server code nor really either about the need_rsp thing. What i can tell you is that i use both methods with different ble devices and...
first what s your version of the plugin? second what s your ble device ? it could be an error on the device firmware closing thw connection
@sebj54 First the order is correct. `setCharacteristicNotification` is called before `setValue` so `onCharacteristicChanged` shoudl happen before. now the fact that you see that both on iOS and Android let me...
@AvigarD611 it is normal. Services are not discovered by default anymore as very expensive https://github.com/nativescript-community/ble/blob/master/src/bluetooth.common.ts#L362
Yes that could be nice. Could you make a PR?
the tslint needs to be removed. until then you can run the app Directly from the demo directoty
@jchavezberkeley sorry about that ! If you want to make a PR i would love it ;)
@jthottel thanks. Would you l'île to make a PR?