ble_store_write_fn
Writes the specified object to the store. If an object with the same identity is already in the store, it is replaced. If the store lacks sufficient capacity to write the object, this function may remove previously stored values to make room.
Syntax
typedef int ble_store_write_fn(int obj_type, const union ble_store_value *val);