Neha Sharma
Neha Sharma
I am also facing same issue. Please suggest some solution. I think because of this issue, I am not able to transfer data to my ble device.
This is the code and im getting this error var data = this.convertStringToByteArray("Hello"); setTimeout(() => { BleManager.startNotification( peripheral.id, peripheral.advertising.serviceUUIDs[0], charactersitic[0].characteristic ) .then(() => { console.log( "Started notification on " +...