I am looking for a basic maui/blazor hybrid app that will run on ios and android (and eventually windows and web). This is just a starting point app with more work to follow if this work is successful.
The app is for a custom ble connected smart watch and the basic functionality required by the app at this point is the ability to intercept phone system messages and display them in the app, respond to sms messages from the app, detect the specifically named ble device in range, send and receive arbitrary binary messages to the watch (you do not need to do any work on parsing communication between the watch and ble device)
Requirements:
Recognize a specifically named ble device in range.
Detected system notifications from the phone and provide a hook in the application to deal with the notification. Simply displaying them in a list as the come in is adequate.
Send an sms message directly from the app. Eventually we will want to respond to other social media chat applications.
Send and receive an arbitrary binary message to the ble characteristic exposed on the watch.