hi,
I am using nRF51822 chip, I want to added a presentation format to declare a custom characteristic as an array of float (float [3]). According to developer.bluetooth.org/.../FormatTypes.aspx SIG support Array type, but BLE_GATT_CPF_FORMAT_XXXXX in ble_gatt.h does not have array value.
so what the value i should assign to the char_pf.format ?
char_pf.format = BLE_GATT_CPF_FORMAT_????;