Zephyr API Documentation
3.4.0
A Scalable Open Source RTOS
|
|
3.4.0 |
Stream operation. More...
#include <bap.h>
Data Fields | |
void(* | started )(struct bt_bap_stream *stream) |
Stream started callback. | |
void(* | stopped )(struct bt_bap_stream *stream, uint8_t reason) |
Stream stopped callback. | |
Stream operation.
void(* bt_bap_stream_ops::started) (struct bt_bap_stream *stream) |
Stream started callback.
Started callback is called whenever an Audio Stream has been started and will be usable for streaming.
stream | Stream object that has been started. |
void(* bt_bap_stream_ops::stopped) (struct bt_bap_stream *stream, uint8_t reason) |
Stream stopped callback.
Stopped callback is called whenever an Audio Stream has been stopped.
stream | Stream object that has been stopped. |
reason | BT_HCI_ERR_* reason for the disconnection. |