I am using SD132 V5 and SDK 14.1
I found the sd_ble_gatts_characteristic_add()
is being used in most of the example projects, but I suddenly found the characteristic_add()
in throughput example. The configurations of the characteristic_add()
is clearer than the other one in my points of view.
What are the differences of them? and if they are the same, why the sdk has both and the sample codes are all using the more complex one?