Replies: 11 comments 38 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
BLE is not on our roadmap for .NET 6. We are discussing bringing Essentials together with Forms in dotnet/maui as there's a growing overlap and interdependence. Still, BLE is such a complex topic I'm not sure it'll ever be something we bake into this product. Shiny seems to be filling this need presently. |
Beta Was this translation helpful? Give feedback.
-
Meanwhile we can use libraries, here is a one that recently got MAUI support: InTheHand.BluetoothLE and InTheHand.Net.Bluetooth |
Beta Was this translation helpful? Give feedback.
-
Not really because until you can set bluetooth permissions it's useless. And guess what, there is currently no code to do that in Maui. |
Beta Was this translation helpful? Give feedback.
-
I have created a custom permission for android which follows the specs about permissions. |
Beta Was this translation helpful? Give feedback.
-
Bluetooth LE is a headache, take a look here https://github.com/TimoKinnunen/MauiXAMLBluetoothLE. This is a good starting point to bring Bluetooth LE (Plugin.BLE) closer to .Net MAUI, I think. |
Beta Was this translation helpful? Give feedback.
-
@davidortinau @jfversluis |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Guys manage your expectations :) I would be extremely happy if team could focus on multi platform app UI, a specially on UI part which is name 🗡️ :P Thanks |
Beta Was this translation helpful? Give feedback.
-
My expectations are that I will not be using maui. It's not fit for my purpose. Sad really. :( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In Xamarin Forms, there is no built-in unified BLE APIs.
If I want to write an APP uses BLE functions, I have to write platform-specific code (or using a 3rd party plugin).
BLE is a fundamental function, and as a multi-platform framework, I think MAUI should have unified APIs for it.
Beta Was this translation helpful? Give feedback.
All reactions