The Saved Device Available action is used to check whether a Bluetooth device previously registered on a mobile device is within range. Thanks to this check, when the user opens the application, the system automatically becomes ready to connect to the recognized device, thereby speeding up the connection process.
Technical Features
1. Creating a Bluetooth Data Source
2. Creating a Bluetooth Method
3. Adding the Saved Device Available Action
In a health monitoring application, the user has previously registered their blood pressure device with the application. When the application is reopened or the device search screen is loaded, the system checks whether the registered device is within range. If the device is within range, the connection is established automatically, so the user does not have to perform any additional actions.
1. When the app is opened or the device search screen is loaded:
2. Action Sequence:
(Checks if the registered device is nearby.)
With this flow, the user can quickly take measurements without having to connect the device. The user experience is simplified and the need for manual operations is minimized.
Technical Risks and Precautions
Saved Device Available is an action that saves users from having to perform manual actions and significantly simplifies the experience, especially in applications that require connections to devices running in the background. Thanks to the automatic connectivity feature, users find the device ready to use when they open the application. This creates a unique use case for Bluetooth-based applications.