Searched refs:create_big (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/ |
| D | bis_broadcaster.c | 186 static void create_big(struct bt_le_ext_adv *adv, size_t cnt, struct bt_iso_big **out_big) in create_big() function 258 create_big(adv, 1U, &big); in test_main() 280 create_big(adv, ARRAY_SIZE(iso_chans), &big); in test_main_disable() 291 create_big(adv, ARRAY_SIZE(iso_chans), &big); in test_main_disable()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/ |
| D | broadcaster.c | 115 static void create_big(struct bt_le_ext_adv *adv, size_t cnt, struct bt_iso_big **out_big) in create_big() function 175 create_big(adv, 1U, &big); in init()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/ |
| D | broadcaster.c | 114 static void create_big(struct bt_le_ext_adv *adv, size_t cnt, struct bt_iso_big **out_big) in create_big() function 180 create_big(adv, 1U, &big); in connect_iso()
|
| /Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ |
| D | broadcaster.c | 658 static int create_big(struct bt_le_ext_adv **adv, struct bt_iso_big **big) in create_big() function 821 err = create_big(&adv, &big); in test_run_broadcaster()
|
| /Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
| D | test_bis.c | 341 static void create_big(struct bt_le_ext_adv *adv, struct bt_iso_big **big) in create_big() function 461 create_big(adv, &big); in test_iso_main()
|