Searched refs:bt_l2cap_create_pdu_timeout (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_internal.h | 214 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/ |
D | l2cap_internal.h | 204 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool, 209 bt_l2cap_create_pdu_timeout(_pool, _reserve, K_FOREVER)
|
D | l2cap.c | 466 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
|
D | smp.c | 580 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()
|
D | att.c | 713 buf = bt_l2cap_create_pdu_timeout(&att_pool, 0, timeout); in bt_att_chan_create_pdu()
|