Hello,
I'm assessing various ways to authenticate/secure a connection with BLE on Nordic nrf51822. Our goal is to enable authenticated modification of a few values in a custom gatt service. These values should only be modified by our authorized external application.
Here: developer.bluetooth.org/.../LE-Security.aspx
discusses the concept of "signed data", which sounds like perhaps what we need.
However, upon searching nordic source code, I find this note in ble_gap.h (near SD_BLE_GAP_SEC_INFO_REPLY):
"Data signing is not implemented yet"
Is this correct? If so, are there other recommendations to insure our goal of preventing non-authorized users of our device from modifying these protected values?
Thank you very much,
Matthew