Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c727 static int bt_a2dp_stream_ctrl_pre(struct bt_a2dp_stream *stream, bt_avdtp_func_t cb) in bt_a2dp_stream_ctrl_pre() function
749 err = bt_a2dp_stream_ctrl_pre(stream, bt_a2dp_open_cb); in bt_a2dp_stream_establish()
761 err = bt_a2dp_stream_ctrl_pre(stream, bt_a2dp_close_cb); in bt_a2dp_stream_release()
773 err = bt_a2dp_stream_ctrl_pre(stream, bt_a2dp_start_cb); in bt_a2dp_stream_start()
785 err = bt_a2dp_stream_ctrl_pre(stream, bt_a2dp_suspend_cb); in bt_a2dp_stream_suspend()
797 err = bt_a2dp_stream_ctrl_pre(stream, bt_a2dp_abort_cb); in bt_a2dp_stream_abort()