chipweinberger / flutter_blue_plus

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

[Help]: android: SCAN_FAILED_OUT_OF_HARDWARE_RESOURCES #700

Closed Jbz797 closed 1 year ago

Jbz797 commented 1 year ago

Requirements

Have you checked this problem on the example app?

No

FlutterBluePlus Version

1.27

Flutter Version

2.10.5

What OS?

Android

OS Version

8.0.0

Bluetooth Module

...

What is your problem?

Since version v1.27 i can't detect any device on my old Android phone (Android 8.0.0).

Logs

E/[FBP-Android]( 8669): [FBP] onScanFailed: SCAN_FAILED_OUT_OF_HARDWARE_RESOURCES
chipweinberger commented 1 year ago

try restarting phone

irfanismaya20 commented 1 year ago

same issue can't read device info since version version ^1.27 in iOS, status is connected but can not read data state device information

irfanismaya20 commented 1 year ago

StreamSubscription<List>? _deviceInfoSubs = notifyChar?.onValueReceived.listen((data) {

});

i cannot read or get data in version ^1.27 in iOS but in under version 1.27 like (1.20, 1.21, 1.26) i can get data

Jbz797 commented 1 year ago

try restarting phone

It worked when I restarted the phone. Thank you. What's strange is that I've never had this happen with previous versions of the library (3 years of use ^^).