Searched refs:allocate_all_array (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_advertiser.c | 66 static void allocate_all_array(struct bt_mesh_adv **adv, size_t num_adv, uint8_t xmit) in allocate_all_array() function 364 allocate_all_array(adv, ARRAY_SIZE(adv), BT_MESH_TRANSMIT(2, 20)); in test_tx_cb_multi() 484 allocate_all_array(adv, ARRAY_SIZE(adv), xmit); in test_tx_send_order() 493 allocate_all_array(adv, ARRAY_SIZE(adv), xmit); in test_tx_send_order() 500 allocate_all_array(adv, 1, xmit); in test_tx_send_order() 710 allocate_all_array(adv, ARRAY_SIZE(adv), xmit); in test_tx_reverse_order()
|