Home
last modified time | relevance | path

Searched refs:create_big (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_broadcaster.c189 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/
Dbroadcaster.c115 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/
Dbroadcaster.c114 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/
Dbroadcaster.c657 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/
Dtest_bis.c311 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()