Lines Matching defs:bt_bap_stream_ops
885 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,
1003 * is indicated by the @ref bt_bap_stream_ops.started callback. argument
1010 void (*connected)(struct bt_bap_stream *stream);
1024 void (*disconnected)(struct bt_bap_stream *stream, uint8_t reason);