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.h787 struct bt_bap_stream_ops { struct
797 void (*configured)(struct bt_bap_stream *stream, const struct bt_bap_qos_cfg_pref *pref);
807 void (*qos_set)(struct bt_bap_stream *stream);
816 void (*enabled)(struct bt_bap_stream *stream);
826 void (*metadata_updated)(struct bt_bap_stream *stream);
835 void (*disabled)(struct bt_bap_stream *stream);
845 void (*released)(struct bt_bap_stream *stream);
856 void (*started)(struct bt_bap_stream *stream);
866 void (*stopped)(struct bt_bap_stream *stream, uint8_t reason);
880 void (*recv)(struct bt_bap_stream *stream, const struct bt_iso_recv_info *info,
[all …]