Use Case
AccessorySetupKit is a simpler way to pair Bluetooth accessories.
Problem
We currently haven't enabled it to avoid any confusing with already enrolled participants; we should remove it once we have update the enrollment material and are ready to inform participants.
Solution
Everything is already implemented using SpeziBluetooth and SpeziDevices.
We just need to add Bluetooth to the NSAccessorySetupKitSupports key in the Info.plist file.
<key>NSAccessorySetupKitSupports</key>
<array>
<string>Bluetooth</string>
</array>
Alternatives considered
Consider not enabling it at all.
Additional context
No response
Code of Conduct
Use Case
AccessorySetupKit is a simpler way to pair Bluetooth accessories.
Problem
We currently haven't enabled it to avoid any confusing with already enrolled participants; we should remove it once we have update the enrollment material and are ready to inform participants.
Solution
Everything is already implemented using SpeziBluetooth and SpeziDevices.
We just need to add
Bluetoothto theNSAccessorySetupKitSupportskey in the Info.plist file.Alternatives considered
Consider not enabling it at all.
Additional context
No response
Code of Conduct