flutter-ble
flutter-ble copied to clipboard
notify doesn't refresh the read value field
Hi , I have tried out your example. and it works to a large extent with some minor issues. The notify button after pressed, needs to manually press other services' read characteristics to update the notify characteristics read value. I tried out flutter_blue's example, and that actually is able to automatically refresh the value when notify is enabled. Is the bluetooth device connected to the example in your case only providing 1 characteristic per service ? If so is this related to because the code assumes only 1 characteristic per service ? Finally if that's the case, how would you suggest to add support for multiple characteristic per service ? thanks Peter