Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help]: Unable to find a BLE on Samsung phone #1095

Open
1 task done
z1737029714 opened this issue Jan 10, 2025 · 2 comments
Open
1 task done

[Help]: Unable to find a BLE on Samsung phone #1095

z1737029714 opened this issue Jan 10, 2025 · 2 comments
Labels
help Questions, help, observations, or possible bugs

Comments

@z1737029714
Copy link

Requirements

  • I've looked at the README 'Common Problems' section

Have you checked this problem on the example app?

No

FlutterBluePlus Version

1.32.1

Flutter Version

3.27.1

What OS?

Android

OS Version

Android

Bluetooth Module

Unknown

What is your problem?

Other mobile phones can search BLE normally, but only Samsung can not, Any have encountered this problem?

Logs

*
@z1737029714 z1737029714 added the help Questions, help, observations, or possible bugs label Jan 10, 2025
@bysensa
Copy link

bysensa commented Jan 10, 2025

Similar problem

@bysensa
Copy link

bysensa commented Jan 10, 2025

@z1737029714 I fixed this problem by changing definition of bluetooth scan permission in AndroidManifest.
I changed this

<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />

to this

<uses-permission android:name="android.permission.BLUETOOTH_SCAN" android:usesPermissionFlags="neverForLocation" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help Questions, help, observations, or possible bugs
Projects
None yet
Development

No branches or pull requests

2 participants