Hello,Nordic team
I am programming with nrf52833 and ncs v2.9.0
While bonding with peripheral ,central report No memory to create new report.But my soc flash and ram are enough.Do there any way to expand this mem?
Best regard
Hello,Nordic team
I am programming with nrf52833 and ncs v2.9.0
While bonding with peripheral ,central report No memory to create new report.But my soc flash and ram are enough.Do there any way to expand this mem?
Best regard
Hi
Okay, so it's the hids_on_ready() function that returns ENOMEM? What have you set CONFIG_BT_MAX_CONN to as well as CONFIG_BT_CTLR_SDC_PERIPHERAL_COUNT for your project?
Best regards,
Simon
Hi
Okay, so it's the hids_on_ready() function that returns ENOMEM? What have you set CONFIG_BT_MAX_CONN to as well as CONFIG_BT_CTLR_SDC_PERIPHERAL_COUNT for your project?
Best regards,
Simon
Hi
CONFIG_BT_MAXCONN=6
CONFIG_BT_CTLR_SDC_PERIPHERAL_COUNT is default
Best regard