Home
last modified time | relevance | path

Searched refs:bt_l2cap_create_pdu_timeout (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_internal.h214 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool,
219 bt_l2cap_create_pdu_timeout(_pool, _reserve, K_FOREVER)
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap_internal.h204 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool,
209 bt_l2cap_create_pdu_timeout(_pool, _reserve, K_FOREVER)
Dl2cap.c466 buf = bt_l2cap_create_pdu_timeout(pool, 0, L2CAP_RTX_TIMEOUT); in l2cap_create_le_sig_pdu()
673 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool, in bt_l2cap_create_pdu_timeout() function
Dsmp.c580 buf = bt_l2cap_create_pdu_timeout(NULL, 0, timeout); in smp_create_pdu()
1028 buf = bt_l2cap_create_pdu_timeout(NULL, 0, timeout); in smp_br_create_pdu()
Datt.c713 buf = bt_l2cap_create_pdu_timeout(&att_pool, 0, timeout); in bt_att_chan_create_pdu()