简体   繁体   中英

How to make flutter_blue to scan bluetooth devices other than Bluetooth Low Energy (BLE) devices like mobile phones or PCs

The problem is that I am trying to scan for other mobile devices near me using flutter_blue but it is made only for devices like earbuds or speaker. So it is not able to show me other devices in the scan results. Is there any solution for this? Is there any other package available for doing this?

I Have tried everything but it has no solution.

You can not connect with other PCs and devices via Bluetooth connection, android does not give permissions for this because of security reasons, you can only connect with BLE devices with any Flutter Bluetooth library.

You can check Android Documentation For more.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM