Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c42 static struct bt_a2dp_stream sbc_stream; variable
312 bt_a2dp_stream_cb_register(&sbc_stream, &stream_ops); in app_config_req()
313 *stream = &sbc_stream; in app_config_req()
628 bt_a2dp_stream_cb_register(&sbc_stream, &stream_ops); in cmd_configure()
630 err = bt_a2dp_stream_config(default_a2dp, &sbc_stream, in cmd_configure()
649 if (bt_a2dp_stream_reconfig(&sbc_stream, &sbc_cfg_default) != 0) { in cmd_reconfigure()
704 if (bt_a2dp_stream_establish(&sbc_stream) != 0) { in cmd_establish()
717 if (bt_a2dp_stream_release(&sbc_stream) != 0) { in cmd_release()
730 if (bt_a2dp_stream_start(&sbc_stream) != 0) { in cmd_start()
743 if (bt_a2dp_stream_suspend(&sbc_stream) != 0) { in cmd_suspend()
[all …]