Lines Matching refs:bt_a2dp_stream

41 static struct bt_a2dp_stream sbc_stream;
306 struct bt_a2dp_codec_cfg *codec_cfg, struct bt_a2dp_stream **stream, in app_config_req()
323 int app_reconfig_req(struct bt_a2dp_stream *stream, in app_reconfig_req()
337 void app_config_rsp(struct bt_a2dp_stream *stream, uint8_t rsp_err_code) in app_config_rsp()
346 int app_establish_req(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code) in app_establish_req()
353 void app_establish_rsp(struct bt_a2dp_stream *stream, uint8_t rsp_err_code) in app_establish_rsp()
362 int app_release_req(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code) in app_release_req()
369 void app_release_rsp(struct bt_a2dp_stream *stream, uint8_t rsp_err_code) in app_release_rsp()
378 int app_start_req(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code) in app_start_req()
385 void app_start_rsp(struct bt_a2dp_stream *stream, uint8_t rsp_err_code) in app_start_rsp()
394 int app_suspend_req(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code) in app_suspend_req()
401 void app_suspend_rsp(struct bt_a2dp_stream *stream, uint8_t rsp_err_code) in app_suspend_rsp()
410 void stream_configured(struct bt_a2dp_stream *stream) in stream_configured()
415 void stream_established(struct bt_a2dp_stream *stream) in stream_established()
420 void stream_released(struct bt_a2dp_stream *stream) in stream_released()
425 void stream_started(struct bt_a2dp_stream *stream) in stream_started()
430 void stream_suspended(struct bt_a2dp_stream *stream) in stream_suspended()
435 void stream_aborted(struct bt_a2dp_stream *stream) in stream_aborted()
440 void sink_sbc_streamer_data(struct bt_a2dp_stream *stream, struct net_buf *buf, in sink_sbc_streamer_data()
455 void stream_recv(struct bt_a2dp_stream *stream, in stream_recv()