Unable to allocate ATT TX meta

Hi,

custom board with 52832 and st lsm6dsr sensor. Notify data 100 times / second. 

Occasionally I got this warning:

[00:00:10.303,985] <wrn> bt_att: Unable to allocate ATT TX meta

[00:00:10.303,985] <wrn> bt_gatt: No buffer available to send notification

Which configuration should I increase? Following are my current config, I'd like to know which one is the right one to change.

CONFIG_BT_BUF_ACL_TX_COUNT=5
CONFIG_BT_L2CAP_TX_BUF_COUNT=10
CONFIG_BT_BUF_ACL_TX_SIZE=39
CONFIG_BT_CTLR_DATA_LENGTH_MAX=39

Also, how to make the log in nrfx_twi.c file show? I changed the default level to 3 but couldn't see any logs:
CONFIG_LOG_DEFAULT_LEVEL=3
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_LOG=y
CONFIG_LOG_BACKEND_UART=y

Thanks,

Parents Reply Children
Related