The 'Evt_Blue_Gatt_Attribute_modified' isn't called (is slow) for each received ble message (change of characteristics message)?
I am trying to do a file transfer over ble, using 20 byte characteristics writes. I did notice that, following a write command for characteristic, the resultant aci_gatt_attribute_modified_event() doesnt get called quick enough to process the next in...