chipweinberger / flutter_blue_plus

Flutter plugin for connecting and communicationg with Bluetooth Low Energy devices, on Android, iOS, macOS
Other
781 stars 471 forks source link

[Help]: After setting the Notify value to true and reading characteristics, onValueReceived does not work #604

Closed rahul110897 closed 1 year ago

rahul110897 commented 1 year ago

Requirements

FlutterBluePlus Version

1.16.4

Flutter Version

3.13.6

What OS?

All

OS Version

Latest

Bluetooth Module

PSoC 6 Board

What happened?

After setting the Notify value to true and reading characteristics, onValueReceived does not work

Logs

logs are not coming
chipweinberger commented 1 year ago

not enough details. cannot help you.

it is a problem with your device. try the example app.

rahul110897 commented 1 year ago

In flutter_blue_plus Version "1.16.2 " this functionality is working fine but in the "1.16.4" version not working.

chipweinberger commented 1 year ago

i've retracted 1.16.4. use older version.

rahul110897 commented 1 year ago

In flutter_blue_plus Version "1.16.2 " this functionality is working fine but in the "1.16.3" version not working.

chipweinberger commented 1 year ago

try master branch

rahul110897 commented 1 year ago

Means Which Plugin Version?

rahul110897 commented 1 year ago

The issue "[Fix] Android: setNotify would time out if CCCD descriptor did not exist" has been resolved from your end. Have you implemented any additional code from our end?

chipweinberger commented 1 year ago

Means Which Plugin Version?

change pubspec.yaml to master branch. google for directions.

rahul110897 commented 1 year ago

I am not getting any platform getting unknown platform please add.

Screenshot 2023-10-06 at 3 39 52 PM

chipweinberger commented 1 year ago

that is a problem with pub.dev. There is a delay. wait 10 minutes.

rahul110897 commented 1 year ago

Ok, thanks for the update and quick response we appreciate it.