Home
last modified time | relevance | path

Searched refs:stream_ops (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.4.0/samples/bluetooth/broadcast_audio_source/src/
Dmain.c84 static struct bt_bap_stream_ops stream_ops = { variable
112 bt_bap_stream_cb_register(stream_params[j].stream, &stream_ops); in setup_broadcast_source()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/
Dbap_unicast_server_test.c289 static struct bt_bap_stream_ops stream_ops = { variable
324 bt_bap_stream_cb_register(&streams[i], &stream_ops); in init()
Dbap_broadcast_source_test.c94 static struct bt_bap_stream_ops stream_ops = { variable
117 &stream_ops); in setup_broadcast_source()
Dbap_broadcast_sink_test.c170 static struct bt_bap_stream_ops stream_ops = { variable
213 bt_bap_stream_cb_register(streams[i], &stream_ops); in init()
Dbap_unicast_client_test.c102 static struct bt_bap_stream_ops stream_ops = { variable
318 g_streams[i].ops = &stream_ops; in init()
/Zephyr-Core-3.4.0/samples/bluetooth/hap_ha/src/
Dbap_unicast_sr.c373 static struct bt_bap_stream_ops stream_ops = { variable
461 bt_bap_stream_cb_register(&streams[i], &stream_ops); in bap_unicast_sr_init()
/Zephyr-Core-3.4.0/samples/bluetooth/unicast_audio_server/src/
Dmain.c596 static struct bt_bap_stream_ops stream_ops = { variable
758 bt_bap_stream_cb_register(&sink_streams[i], &stream_ops); in main()
763 &stream_ops); in main()
/Zephyr-Core-3.4.0/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c364 static struct bt_bap_stream_ops stream_ops = { variable
492 bt_bap_stream_cb_register(&streams[i], &stream_ops); in bap_unicast_sr_init()
/Zephyr-Core-3.4.0/samples/bluetooth/broadcast_audio_sink/src/
Dmain.c91 static struct bt_bap_stream_ops stream_ops = { variable
444 streams[i].ops = &stream_ops; in init()
/Zephyr-Core-3.4.0/samples/bluetooth/unicast_audio_client/src/
Dmain.c556 static struct bt_bap_stream_ops stream_ops = { variable
747 streams[i].ops = &stream_ops; in init()
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/shell/
Dbap.c1780 static struct bt_bap_stream_ops stream_ops = { variable
2277 bt_bap_stream_cb_register(&unicast_streams[i].stream.bap_stream, &stream_ops); in cmd_init()
2286 &stream_ops); in cmd_init()
2293 &stream_ops); in cmd_init()
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/
Dbtp_bap.c560 static struct bt_bap_stream_ops stream_ops = { variable
885 bt_bap_stream_cb_register(&audio_conn->streams[i].stream, &stream_ops); in connected()