I can't work arround error 133 on Samsung S7. After several test I found that it's related to long advertising intervals. I've test it on nRF52 DK and nRF51DK. I've test it on several examples in SDK 14.2 and SDK 12.3. The result is always the same: advertising intervals about 6000 and more (#define APP_ADV_INTERVAL 6000) gets the error 133 even with your app "nRF Connect". Shorter intervals (ex 100, 50) works well and fast.
In other phones I've test it works well at least the most of the times.
Is there any problems with long advertising intervals?