Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.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.h506 #define bt_conn_create_pdu_timeout(_pool, _reserve, _timeout) \ argument
507 bt_conn_create_pdu_timeout_debug(_pool, _reserve, _timeout, \
510 #define bt_conn_create_pdu(_pool, _reserve) \ argument
511 bt_conn_create_pdu_timeout_debug(_pool, _reserve, K_FOREVER, \
517 #define bt_conn_create_pdu(_pool, _reserve) \ argument
518 bt_conn_create_pdu_timeout(_pool, _reserve, K_FOREVER)
527 #define bt_conn_create_frag_timeout(_reserve, _timeout) \ argument
528 bt_conn_create_frag_timeout_debug(_reserve, _timeout, \
531 #define bt_conn_create_frag(_reserve) \ argument
532 bt_conn_create_frag_timeout_debug(_reserve, K_FOREVER, \
[all …]
Dl2cap_internal.h210 #define bt_l2cap_create_pdu(_pool, _reserve) \ argument
211 bt_l2cap_create_pdu_timeout(_pool, _reserve, K_FOREVER)
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Dl2cap_br_internal.h164 #define bt_l2cap_create_pdu(_pool, _reserve) \ argument
165 bt_l2cap_create_pdu_timeout(_pool, _reserve, K_FOREVER)