We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a17ea commit 4dabce3Copy full SHA for 4dabce3
subsys/net/l2/bluetooth/bluetooth.c
@@ -252,7 +252,7 @@ static struct net_buf *ipsp_alloc_buf(struct bt_l2cap_chan *chan)
252
{
253
NET_DBG("Channel %p requires buffer", chan);
254
255
- return net_pkt_get_reserve_rx_data(K_FOREVER);
+ return net_pkt_get_reserve_rx_data(BUF_TIMEOUT);
256
}
257
258
static struct bt_l2cap_chan_ops ipsp_ops = {
0 commit comments