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]: How To scan and connect Non LE devices? #743

Closed xyzbilal closed 11 months ago

xyzbilal commented 11 months ago

Requirements

Have you checked this problem on the example app?

Yes

FlutterBluePlus Version

1.30.3

Flutter Version

3.13.5

What OS?

Android

OS Version

Android 12

Bluetooth Module

dont know

What is your problem?

We have a project that we need to use some legacy devices. As I see there is no feature that this package can scan and connect legacy devices. İs there any idea how to resolve this issue on this package?

Logs

Do I need to provide logs?
chipweinberger commented 11 months ago

you need to make your own bluetooth classic library

read apple docs and android docs

this is not something you just "fix"