Hi Aslak,
Will it work to pass a pointer directly to the attribute table entry, like tihs:
stat = GATTServApp_ProcessCharCfg( fusedConfigLongData, (uint8 *)longData,
FALSE, (attrTbl+4), GATT_NUM_ATTRS( attrTbl )-4,
INVALID_TASK_ID );
Can we get an outline of what the GATTServApp_ProcessCharCfg code does?