Home
last modified time | relevance | path

Searched refs:tx_pool (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_broadcaster.c26 NET_BUF_POOL_FIXED_DEFINE(tx_pool, CONFIG_BT_ISO_TX_BUF_COUNT,
56 buf = net_buf_alloc(&tx_pool, K_NO_WAIT); in send_data()
82 const uint16_t tx_pool_cnt = tx_pool.uninit_count; in send_data_cb()
217 const uint16_t tx_pool_cnt = tx_pool.uninit_count; in start_tx()
/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dcap_initiator_tx.c35 NET_BUF_POOL_FIXED_DEFINE(tx_pool, CONFIG_BT_ISO_TX_BUF_COUNT, in tx_thread_func()
71 buf = net_buf_alloc(&tx_pool, K_FOREVER); in tx_thread_func()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_tx.c59 NET_BUF_POOL_FIXED_DEFINE(tx_pool, CONFIG_BT_ISO_TX_BUF_COUNT, in tx_thread_func()
84 buf = net_buf_alloc(&tx_pool, K_FOREVER); in tx_thread_func()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_stream_tx.c74 NET_BUF_POOL_FIXED_DEFINE(tx_pool, CONFIG_BT_ISO_TX_BUF_COUNT, in tx_thread_func()
95 buf = net_buf_alloc(&tx_pool, K_FOREVER); in tx_thread_func()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_audio_stream.c80 NET_BUF_POOL_FIXED_DEFINE(tx_pool, CONFIG_BT_ISO_TX_BUF_COUNT, in tx_thread_func()
103 buf = net_buf_alloc(&tx_pool, K_SECONDS(1)); in tx_thread_func()
/Zephyr-latest/samples/bluetooth/iso_central/src/
Dmain.c31 NET_BUF_POOL_FIXED_DEFINE(tx_pool, 1, BT_ISO_SDU_BUF_SIZE(CONFIG_BT_ISO_TX_MTU),
63 buf = net_buf_alloc(&tx_pool, K_NO_WAIT); in iso_timer_timeout()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c20 NET_BUF_POOL_FIXED_DEFINE(tx_pool, CONFIG_BT_ISO_TX_BUF_COUNT,
38 buf = net_buf_alloc(&tx_pool, K_NO_WAIT); in send_data()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/
Dbroadcaster.c21 NET_BUF_POOL_FIXED_DEFINE(tx_pool, CONFIG_BT_ISO_TX_BUF_COUNT,
43 buf = net_buf_alloc(&tx_pool, K_NO_WAIT); in send_data()
/Zephyr-latest/samples/bluetooth/tmap_bms/src/
Dcap_initiator.c29 NET_BUF_POOL_FIXED_DEFINE(tx_pool,
98 buf = net_buf_alloc(&tx_pool, K_NO_WAIT); in broadcast_sent_cb()
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_source/src/
Dmain.c36 NET_BUF_POOL_FIXED_DEFINE(tx_pool,
114 buf = net_buf_alloc(&tx_pool, K_NO_WAIT); in broadcast_sent_cb()
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dcap_initiator.c37 NET_BUF_POOL_FIXED_DEFINE(tx_pool, CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SNK_COUNT,
396 buf = net_buf_alloc(&tx_pool, K_NO_WAIT); in audio_timer_timeout()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c355 NET_BUF_POOL_FIXED_DEFINE(tx_pool, CONFIG_BT_ISO_TX_BUF_COUNT, in tx_thread_func()
378 buf = net_buf_alloc(&tx_pool, K_FOREVER); in tx_thread_func()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_central.c23 NET_BUF_POOL_FIXED_DEFINE(tx_pool, ENQUEUE_COUNT, BT_ISO_SDU_BUF_SIZE(CONFIG_BT_ISO_TX_MTU),
51 buf = net_buf_alloc(&tx_pool, K_FOREVER); in send_data_cb()
/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dbap_unicast_sr.c21 NET_BUF_POOL_FIXED_DEFINE(tx_pool, CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT,
160 buf = net_buf_alloc(&tx_pool, K_NO_WAIT); in audio_timer_timeout()
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c95 NET_BUF_POOL_FIXED_DEFINE(tx_pool, CONFIG_BT_ISO_TX_BUF_COUNT,
526 buf = net_buf_alloc(&tx_pool, K_MSEC(BUF_ALLOC_TIMEOUT));
753 buf = net_buf_alloc(&tx_pool, K_MSEC(BUF_ALLOC_TIMEOUT));
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/src/
Dmain.c149 NET_BUF_POOL_FIXED_DEFINE(tx_pool, TOTAL_BUF_NEEDED, BT_ISO_SDU_BUF_SIZE(CONFIG_BT_ISO_TX_MTU),
180 buf = net_buf_alloc(&tx_pool, K_FOREVER); in send_data()
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/
Dmain.c46 NET_BUF_POOL_FIXED_DEFINE(tx_pool, CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT,
232 buf = net_buf_alloc(&tx_pool, K_NO_WAIT); in audio_timer_timeout()
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c140 NET_BUF_POOL_FIXED_DEFINE(tx_pool, 1, BT_ISO_SDU_BUF_SIZE(CONFIG_BT_ISO_TX_MTU),
577 buf = net_buf_alloc(&tx_pool, TX_BUF_TIMEOUT); in cmd_send()
/Zephyr-latest/include/zephyr/net/
Dnet_context.h1407 #define net_context_setup_pools(context, tx_pool, data_pool) argument
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c153 NET_BUF_POOL_FIXED_DEFINE(tx_pool, CONFIG_BT_ISO_TX_BUF_COUNT,
177 buf = net_buf_alloc(&tx_pool, K_MSEC(BUF_ALLOC_TIMEOUT_MS)); in iso_send()
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c90 NET_BUF_POOL_FIXED_DEFINE(tx_pool, 1, BT_ISO_SDU_BUF_SIZE(CONFIG_BT_ISO_TX_MTU),
210 buf = net_buf_alloc(&tx_pool, K_NO_WAIT); in iso_send()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c3927 NET_BUF_POOL_FIXED_DEFINE(tx_pool, 1, DATA_MTU, CONFIG_BT_CONN_TX_USER_DATA_SIZE, NULL);
3960 buf = net_buf_alloc(&tx_pool, K_FOREVER); in cmd_send()