Home
last modified time | relevance | path

Searched refs:_reserve (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Diso_internal.h114 #define bt_iso_create_pdu_timeout(_pool, _reserve, _timeout) \ argument
115 bt_iso_create_pdu_timeout_debug(_pool, _reserve, _timeout, \
118 #define bt_iso_create_pdu(_pool, _reserve) \ argument
119 bt_iso_create_pdu_timeout_debug(_pool, _reserve, K_FOREVER, \
125 #define bt_iso_create_pdu(_pool, _reserve) \ argument
126 bt_iso_create_pdu_timeout(_pool, _reserve, K_FOREVER)
135 #define bt_iso_create_frag_timeout(_reserve, _timeout) \ argument
136 bt_iso_create_frag_timeout_debug(_reserve, _timeout, \
139 #define bt_iso_create_frag(_reserve) \ argument
140 bt_iso_create_frag_timeout_debug(_reserve, K_FOREVER, \
[all …]
Dconn_internal.h394 #define bt_conn_create_pdu_timeout(_pool, _reserve, _timeout) \ argument
395 bt_conn_create_pdu_timeout_debug(_pool, _reserve, _timeout, \
398 #define bt_conn_create_pdu(_pool, _reserve) \ argument
399 bt_conn_create_pdu_timeout_debug(_pool, _reserve, K_FOREVER, \
405 #define bt_conn_create_pdu(_pool, _reserve) \ argument
406 bt_conn_create_pdu_timeout(_pool, _reserve, K_FOREVER)
415 #define bt_conn_create_frag_timeout(_reserve, _timeout) \ argument
416 bt_conn_create_frag_timeout_debug(_reserve, _timeout, \
419 #define bt_conn_create_frag(_reserve) \ argument
420 bt_conn_create_frag_timeout_debug(_reserve, K_FOREVER, \
[all …]
Dl2cap_br_internal.h176 #define bt_l2cap_create_pdu(_pool, _reserve) \ argument
177 bt_l2cap_create_pdu_timeout(_pool, _reserve, K_FOREVER)
Dl2cap_internal.h210 #define bt_l2cap_create_pdu(_pool, _reserve) \ argument
211 bt_l2cap_create_pdu_timeout(_pool, _reserve, K_FOREVER)