Overview
We have designed the Seam mobile SDKs to provide the flexibility to support a range of workflows. This example describes a mobile key workflow, in which the smart door lock scans for and unlocks in the presence of a nearby mobile device acting as a passive key. Note that the mobile device in this example uses Bluetooth Low Energy (BLE) technology.- Once the mobile app is downloaded, it requests Bluetooth permissions from the user.
- The user presses the Unlock button, prompting the phone to search for nearby locks.
- When the user holds their phone close to the lock, a Bluetooth connection is established, and the phone transmits a key to the lock.
- The lock verifies the mobile key, confirms that the key can access this lock, and sends a success response back to the app.
- The lock successfully unlocks!

