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.c746 static int bt_a2dp_stream_ctrl_pre(struct bt_a2dp_stream *stream, bt_avdtp_func_t cb) in bt_a2dp_stream_ctrl_pre() function
769 err = bt_a2dp_stream_ctrl_pre(stream, bt_a2dp_open_cb); in bt_a2dp_stream_establish()
782 err = bt_a2dp_stream_ctrl_pre(stream, bt_a2dp_close_cb); in bt_a2dp_stream_release()
795 err = bt_a2dp_stream_ctrl_pre(stream, bt_a2dp_start_cb); in bt_a2dp_stream_start()
808 err = bt_a2dp_stream_ctrl_pre(stream, bt_a2dp_suspend_cb); in bt_a2dp_stream_suspend()
821 err = bt_a2dp_stream_ctrl_pre(stream, bt_a2dp_abort_cb); in bt_a2dp_stream_abort()