Searched refs:sbc_stream (Results 1 – 1 of 1) sorted by relevance
41 static struct bt_a2dp_stream sbc_stream; variable311 bt_a2dp_stream_cb_register(&sbc_stream, &stream_ops); in app_config_req()312 *stream = &sbc_stream; in app_config_req()627 bt_a2dp_stream_cb_register(&sbc_stream, &stream_ops); in cmd_configure()629 err = bt_a2dp_stream_config(default_a2dp, &sbc_stream, in cmd_configure()648 if (bt_a2dp_stream_reconfig(&sbc_stream, &sbc_cfg_default) != 0) { in cmd_reconfigure()703 if (bt_a2dp_stream_establish(&sbc_stream) != 0) { in cmd_establish()716 if (bt_a2dp_stream_release(&sbc_stream) != 0) { in cmd_release()729 if (bt_a2dp_stream_start(&sbc_stream) != 0) { in cmd_start()742 if (bt_a2dp_stream_suspend(&sbc_stream) != 0) { in cmd_suspend()[all …]