From 8f7fe8357ea424a0738bbb0b3ee120d6a96c95b7 Mon Sep 17 00:00:00 2001 From: Kamil Piszczek Date: Tue, 11 Feb 2020 10:02:04 +0100 Subject: [PATCH] bluetooth: host: fix RPMsg driver headroom configuration Corrected configuration of BT_HCI_RESERVE for the RPMsg HCI driver. This change fixes the following assert: [net_buf_simple_headroom(buf) >= len] @ ZEPHYR_BASE/subsys/net/buf.c:881 Signed-off-by: Kamil Piszczek --- subsys/bluetooth/host/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index b8b0afbe2ca..b3a2eb6d85c 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -113,6 +113,7 @@ config BT_HCI_RESERVE int default 0 if BT_H4 default 1 if BT_H5 + default 1 if BT_RPMSG default 1 if BT_SPI default 1 if BT_STM32_IPM default 1 if BT_USERCHAN