nRF Connect iOS byte array

We have an application that is looking to receive a value of 'test\0' in a custom characteristic. From the Android version of nRF Connect, I just do this with a byte array, add five values, and fill them appropriately:

In the iOS version of nRF Connect, I only see a single field, with no way to add new values. How do you enter more than one value into a byte array?

Parents Reply
  • The features on the two OS version are not 1-1 mapped. This is due to the abilities/limitation each OS sets.

    If you cannot give me any debug info, then I need to contact the Android team and the IOS team to synchronize and figure out the exact method in which you can send a byte array in IOS similar to Android app. I will pass this info and then will get back to you with their inputs. This might take sometime.

Children
No Data
Related