zephyr/samples
Joakim Andersson 81614307e9 Bluetooth: Add workaround for no command buffer available
Add workaround for no command buffer available when the host is
transmitting Host Number of Completed Packet Commands.
This command does not follow normal flow control of HCI commands and
the controller side HCI drivers that allocates HCI command buffers with
K_NO_WAIT can end up running out of command buffers.

Increase the command buffer count from 2 to 10 for the affected drivers
until the issue has a proper fix.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2021-08-16 15:12:22 -04:00
..
application_development samples: out_of_tree_driver: remove usage of device_pm_control_nop 2021-04-28 20:40:00 -04:00
arch sample: mpu: skip the MPU test for Armv8-R AArch64 2021-04-13 07:47:44 -04:00
basic samples: button: use gpio_dt_spec helpers 2021-06-24 06:40:00 -05:00
bluetooth Bluetooth: Add workaround for no command buffer available 2021-08-16 15:12:22 -04:00
boards samples: conn_cb replace to const zsector 2021-08-11 13:42:28 +02:00
compression samples: compression: lz4: add TOOLCHAIN_HAS_NEWLIB filter 2021-06-28 09:15:43 -04:00
drivers pm: rename PM_DEVICE_STATE_SUSPEND to PM_DEVICE_STATE_SUSPENDED 2021-08-04 08:23:01 -04:00
hello_world tests: add a test to verify UEFI boot on x86_64 targets. 2021-08-11 11:46:13 +02:00
kernel samples: metairq_dispatch: use name msgdev.h instead of main.h 2021-04-19 10:32:39 +02:00
modules modules: canopennode: rename header and Kconfig options 2021-07-01 13:32:18 -04:00
net samples: wpanusb: return -ENOTSUP on unsupported device-to-host requests 2021-08-03 19:05:44 -04:00
philosophers kernel/sched: Remove "cooperative scheduling only" special cases 2021-05-24 23:38:16 -04:00
posix doc: use kconfig role and directive 2021-06-29 10:26:28 -04:00
sensor pm: rename PM_DEVICE_STATE_SUSPEND to PM_DEVICE_STATE_SUSPENDED 2021-08-04 08:23:01 -04:00
shields samples: shields: lmp90100_evb: convert to using DEVICE_DT_GET_ONE() 2021-07-15 11:47:11 -04:00
subsys shell: add devmem load command 2021-08-13 10:13:36 -04:00
synchronization tests: remove kernel tag from key tests/samples 2021-07-08 08:59:51 -04:00
tfm_integration doc: guides: Add a TF-M guide 2021-08-12 10:03:57 -05:00
userspace doc: fix typos 2021-04-30 16:03:08 -04:00
classic.rst doc: fix top samples doc index 2021-03-09 17:48:18 -05:00
index.rst samples: compression: lz4: lz4 sample application 2021-06-12 17:21:55 +02:00