Dear all,
I stubled upon the following issue when developing a BLE sensor product.
When I try to bt_gatt_notify(); With only one characteristic, there is not an issue at all and it is working like it should. But when I subscribe to 2 or more characteristics.
it prints the error:
[00:06:18.153,180] <wrn> bt_conn: Unable to allocate buffer within timeout
[00:06:18.153,199] <err> bt_att: Unable to allocate buffer for op 0x1b
[00:06:18.153,210] <wrn> bt_gatt: No buffer available to send notification
I have searched for hours and hours but no result.
I hope you can help me