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

PairRequest with Maui and Android .net 8.0 #413

Open
fbremergallo opened this issue Apr 23, 2024 · 1 comment
Open

PairRequest with Maui and Android .net 8.0 #413

fbremergallo opened this issue Apr 23, 2024 · 1 comment

Comments

@fbremergallo
Copy link

When I pair using BluetoothSecurity.PairRequest Method, android opens a dialog so I pair manually.
Is there a way to pair using Android 12.0 Api 33 and NOT pair manually?
Thanks...
Francisco Bremer

@fbremergallo
Copy link
Author

In the Android Manifest I have:
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_PRIVILEGED" />
uses-permission android:name="android.permission.BLUETOOTH_SCAN" />

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

No branches or pull requests

2 participants