-
I am migrating a Xamarin Forms app to .NET MAUI and I would want to know how to check if bluetooth is enabled in the device? I navigated the docs and also the samples but didn't find anything. The only thing I found is I just want to check at the start of the application if bluetooth is enabled, so I can open the device settings for the user to activate it if disabled. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
IBleManager.RequestAccess does everything you need. Please be respectful. If the docs are "useless", you're welcome to submit a PR. Remember this library is free and MAUI/NET6 support is alpha only at the moment. |
Beta Was this translation helpful? Give feedback.
IBleManager.RequestAccess does everything you need.
Please be respectful. If the docs are "useless", you're welcome to submit a PR. Remember this library is free and MAUI/NET6 support is alpha only at the moment.