a5c2781c04
In the case that there are no more ISO buffers left, "No available ISO buffers" is logged. However, given the nature of ISO where we are (very) likely to get additional ISO very soon after (typically every 7.5 or 10ms for audio), this will get logged a lot, and the logging may in some cases actually prevent the application from handling and freeing existng buffers due to the immense logging, which may make this (minor) issue into a blocking issue. This is fixed by reducing the logging to the first occurence, and then only every 100 afterwards, which has shown to reduce the risk of this effectively blocking the application. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no> |
||
---|---|---|
.. | ||
hci | ||
CMakeLists.txt | ||
Kconfig | ||
util.h |