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 | 189 static void create_big(struct bt_le_ext_adv *adv, size_t cnt, struct bt_iso_big **out_big) in create_big() function 261 create_big(adv, 1U, &big); in test_main() 283 create_big(adv, ARRAY_SIZE(iso_chans), &big); in test_main_disable() 294 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 | 657 static int create_big(struct bt_le_ext_adv **adv, struct bt_iso_big **big) in create_big() function 811 err = create_big(&adv, &big); in test_run_broadcaster()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_bis.c | 311 static void create_big(struct bt_le_ext_adv *adv, struct bt_iso_big **big) in create_big() function 429 create_big(adv, &big); in test_iso_main()
|