Skip to content

Commit ff214d6

Browse files
kapi-nocarlescufi
authored andcommitted
[nrf fromtree] 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 <[email protected]>
1 parent 870fc37 commit ff214d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/host/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ config BT_HCI_RESERVE
113113
int
114114
default 0 if BT_H4
115115
default 1 if BT_H5
116+
default 1 if BT_RPMSG
116117
default 1 if BT_SPI
117118
default 1 if BT_STM32_IPM
118119
default 1 if BT_USERCHAN

0 commit comments

Comments
 (0)