I would like to develop an iOS app that works with a medical device which is paired to the iPhone using BLE (Bluetooth Low Energy).
My concern is that paired devices are available to all apps on an iOS device. How can I secure communication so only my app can communicate with this specific device? Is there perhaps a way to encrypt communication to prevent other apps from being able to communicate with the device?