Lines Matching refs:_reserve
541 #define bt_conn_create_pdu_timeout(_pool, _reserve, _timeout) \ argument
542 bt_conn_create_pdu_timeout_debug(_pool, _reserve, _timeout, \
545 #define bt_conn_create_pdu(_pool, _reserve) \ argument
546 bt_conn_create_pdu_timeout_debug(_pool, _reserve, K_FOREVER, \
552 #define bt_conn_create_pdu(_pool, _reserve) \ argument
553 bt_conn_create_pdu_timeout(_pool, _reserve, K_FOREVER)
562 #define bt_conn_create_frag_timeout(_reserve, _timeout) \ argument
563 bt_conn_create_frag_timeout_debug(_reserve, _timeout, \
566 #define bt_conn_create_frag(_reserve) \ argument
567 bt_conn_create_frag_timeout_debug(_reserve, K_FOREVER, \
573 #define bt_conn_create_frag(_reserve) \ argument
574 bt_conn_create_frag_timeout(_reserve, K_FOREVER)