Hi,
I am using the code provided at https://devzone.nordicsemi.com/f/nordic-q-a/85850/example-for-extended-advertisement-receive-node
to send more than 60 bytes, but unable to do so. The advertiser through warning in hci_core.c -> bt_hci_cmd_send_sync() saying status = 0x07
seem like BT_HCI_ERR_MEM_CAPACITY_EXCEEDED.
Do you have any idea how to fix this?