Hello,
I am working on optimizing my BLE transfer algorithm. Therefore I am searching for an efficient way of using the characteristics. Example: At the moment I have 2 characteristics called “longitude” and “latitude” in a service. Size of both is 2 byte (int16_t). Is it more efficient to merge them together into one characteristic called “coordinates” with a length of 4 byte? What about the difference in stack usage of the softdevice (S120) in this two cases?
Thanks in advance
BR BTprogrammer