Home
last modified time | relevance | path

Searched defs:big (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Diso.c384 struct bt_iso_big *big; in bt_iso_connected() local
2474 static void cleanup_big(struct bt_iso_big *big) in cleanup_big()
2490 static void big_disconnect(struct bt_iso_big *big, uint8_t reason) in big_disconnect()
2501 static int big_init_bis(struct bt_iso_big *big, in big_init_bis()
2532 static int hci_le_create_big(struct bt_le_ext_adv *padv, struct bt_iso_big *big, in hci_le_create_big()
2588 struct bt_iso_big *big, in hci_le_create_big_test()
2795 struct bt_iso_big *big; in bt_iso_big_create() local
2871 struct bt_iso_big *big; in hci_le_big_complete() local
2915 struct bt_iso_big *big; in hci_le_big_terminate() local
2931 static int hci_le_terminate_big(struct bt_iso_big *big) in hci_le_terminate_big()
[all …]
/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/src/
Diso.c119 struct bt_iso_big *big; in bt_iso_big_create() local
149 int bt_iso_big_terminate(struct bt_iso_big *big) in bt_iso_big_terminate()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/bis/src/
Dmain.c309 static void create_big(struct bt_le_ext_adv *adv, struct bt_iso_big **big) in create_big()
342 static void create_advanced_big(struct bt_le_ext_adv *adv, struct bt_iso_big **big) in create_advanced_big()
382 static void terminate_big(struct bt_iso_big *big) in terminate_big()
404 struct bt_iso_big *big; in test_iso_main() local
892 struct bt_iso_big *big; in test_iso_recv_main() local
1109 struct bt_iso_big *big; in test_iso_recv_vs_dp_main() local
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c341 static int create_big_sync(struct bt_iso_big **big, struct bt_le_per_adv_sync *sync) in create_big_sync()
400 static int cleanup(struct bt_le_per_adv_sync *sync, struct bt_iso_big *big) in cleanup()
444 struct bt_iso_big *big = NULL; in test_run_receiver() local
Dbroadcaster.c613 static int create_big(struct bt_le_ext_adv **adv, struct bt_iso_big **big) in create_big()
676 static int delete_big(struct bt_le_ext_adv **adv, struct bt_iso_big **big) in delete_big()
719 struct bt_iso_big *big; in test_run_broadcaster() local
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast/src/
Dmain.c89 struct bt_iso_big *big; in main() local
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dbap_endpoint.h84 struct bt_iso_big *big; member
132 struct bt_iso_big *big; member
/Zephyr-Core-3.5.0/samples/bluetooth/iso_receive/src/
Dmain.c288 struct bt_iso_big *big; in main() local
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Diso.c567 static struct bt_iso_big *big; variable