Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Da2dp.h612 struct bt_a2dp_stream_ops { struct
620 void (*configured)(struct bt_a2dp_stream *stream);
628 void (*established)(struct bt_a2dp_stream *stream);
636 void (*released)(struct bt_a2dp_stream *stream);
644 void (*started)(struct bt_a2dp_stream *stream);
652 void (*suspended)(struct bt_a2dp_stream *stream);
660 void (*reconfigured)(struct bt_a2dp_stream *stream);
668 void (*recv)(struct bt_a2dp_stream *stream,
696 void bt_a2dp_stream_cb_register(struct bt_a2dp_stream *stream, struct bt_a2dp_stream_ops *ops); argument