Searched defs:bt_a2dp_stream_ops (Results 1 – 1 of 1) sorted by relevance
645 struct bt_a2dp_stream_ops { struct653 void (*configured)(struct bt_a2dp_stream *stream);661 void (*established)(struct bt_a2dp_stream *stream);670 void (*released)(struct bt_a2dp_stream *stream);678 void (*started)(struct bt_a2dp_stream *stream);686 void (*suspended)(struct bt_a2dp_stream *stream);695 void (*aborted)(struct bt_a2dp_stream *stream);703 void (*recv)(struct bt_a2dp_stream *stream, struct net_buf *buf, uint16_t seq_num,731 void bt_a2dp_stream_cb_register(struct bt_a2dp_stream *stream, struct bt_a2dp_stream_ops *ops); argument