Home
last modified time | relevance | path

Searched defs:bt_bap_stream_ops (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h885 struct bt_bap_stream_ops { struct
895 void (*configured)(struct bt_bap_stream *stream, const struct bt_bap_qos_cfg_pref *pref);
905 void (*qos_set)(struct bt_bap_stream *stream);
914 void (*enabled)(struct bt_bap_stream *stream);
924 void (*metadata_updated)(struct bt_bap_stream *stream);
933 void (*disabled)(struct bt_bap_stream *stream);
943 void (*released)(struct bt_bap_stream *stream);
954 void (*started)(struct bt_bap_stream *stream);
964 void (*stopped)(struct bt_bap_stream *stream, uint8_t reason);
978 void (*recv)(struct bt_bap_stream *stream, const struct bt_iso_recv_info *info,
[all …]