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 Children
  • This is exactly what I mentioned we cannot do. We have only one team member with an iPhone, and they do not have debug capabilities (or much technical skill). We send 7465737400 and the behavior is not as expected, although it works fine via Android, as I mentioned in the OP. The app does not allow anything prefixed with 0x at all. We also tried 0074736574 in case endianess was the problem, but also to no avail. 

  • 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.

Related