summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--subsys/bluetooth/host/hci_raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsys/bluetooth/host/hci_raw.c b/subsys/bluetooth/host/hci_raw.c
index db35f80a5..20b48b706 100644
--- a/subsys/bluetooth/host/hci_raw.c
+++ b/subsys/bluetooth/host/hci_raw.c
@@ -45,7 +45,7 @@ int bt_hci_driver_register(struct bt_hci_driver *drv)
return 0;
}
-struct net_buf *bt_buf_get_rx(int timeout)
+struct net_buf *bt_buf_get_rx(int32_t timeout)
{
return net_buf_alloc(&hci_rx_pool, timeout);
}