cordova-plugin-bluetoothle icon indicating copy to clipboard operation
cordova-plugin-bluetoothle copied to clipboard

notificationSent status

Open a-sac opened this issue 5 years ago • 1 comments

Hello,

When I notify, I receive a response with status 'notificationSent', which is not specified on type Status. Is it supposed to work this way?

By the way, do I receive this notification when the notification is written on the other device, or do I receive it when it is sent? I'm trying to send a lot of chunks (total of 444kB) and it takes 3min and 46 seconds when I send it 1 by 1 (it works tho). However, when I try to send 2 packets, wait for the status of both packets, send 2 more ... it suddenly returns me "Unable to send notification". I tried this to reduce the time of transmission.

a-sac avatar Jun 01 '20 17:06 a-sac

It's been a while since I've used this, but this should still be up to date: https://github.com/randdusing/cordova-plugin-bluetoothle/#notifications

randdusing avatar Jun 04 '20 00:06 randdusing