Searched refs:allocate_all_array (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_advertiser.c | 81 static void allocate_all_array(struct net_buf **buf, size_t num_buf, uint8_t xmit) in allocate_all_array() function 467 allocate_all_array(buf, ARRAY_SIZE(buf), BT_MESH_TRANSMIT(2, 20)); in test_tx_cb_multi() 587 allocate_all_array(buf, ARRAY_SIZE(buf), xmit); in test_tx_send_order() 596 allocate_all_array(buf, ARRAY_SIZE(buf), xmit); in test_tx_send_order() 603 allocate_all_array(buf, 1, xmit); in test_tx_send_order() 617 allocate_all_array(buf, ARRAY_SIZE(buf), xmit); in test_tx_reverse_order()
|