Bluetooth: host: Fix size of L2CAP disconnect request pool
Fix size of L2CAP disconnect request buffer pool which did not include
the size of the L2CAP signal header.
Regression from: 3346aa4d39
Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
b2fcda8efb
commit
66427d370b
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
*/
|
||||
NET_BUF_POOL_FIXED_DEFINE(disc_pool, 1,
|
||||
BT_L2CAP_BUF_SIZE(
|
||||
sizeof(struct bt_l2cap_sig_hdr) +
|
||||
sizeof(struct bt_l2cap_disconn_req)),
|
||||
NULL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue