Debugging Bluetooth: bt_hci_core: opcode 0x2039 status 0x0d

I'm using SDK version 2.9.0 with an nRF52840 in a combined peripheral / central application.

The nRF52840 device starts advertising, but then after connecting (as a peripheral) it throws the warning: <wrn> bt_hci_core: opcode: 0x2039 status 0x0d

It appears the opcode is for advertising and the status indicates limited resources.

CONFIG_BT_MAX_CONN is set to 8

Is there a way to determine what "Resources" are being reported as limited?   Or more information on how to clear this warning?

Thanks!

Related