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

Bluetooth cant find device #112

Open
Shadow404 opened this issue Jan 22, 2022 · 9 comments
Open

Bluetooth cant find device #112

Shadow404 opened this issue Jan 22, 2022 · 9 comments

Comments

@Shadow404
Copy link

flutter 2.8
esc_pos_utils_plus: ^2.0.1+6
esc_pos_bluetooth: ^0.4.1

use your example cant find bluethooth devices

@Sor0
Copy link

Sor0 commented Jan 27, 2022

Same issue

@bluemix
Copy link

bluemix commented Feb 7, 2022

I hope there are updates to this issue

@aharoldk
Copy link

aharoldk commented Jul 2, 2022

same issue

@Ashbuhrz
Copy link

same here

@thitlwincoder
Copy link

same issue !

@syahrayhan
Copy link

same issue

@Sharif-pilot
Copy link

the same issue

@Eslam0mansour
Copy link

goto your project -> android -> app -> src -> package name -> AndroidManifest.xml and paste the below code before tag begins.. then stop the app and run again
<uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" /> <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" /> <uses-permission android:name="android.permission.BLUETOOTH_SCAN" /> <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />

@phongbm
Copy link

phongbm commented Aug 11, 2024

I have same issue. I added permisisons like above but it does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants