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