Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h637 struct bt_a2dp_stream_ops *ops;
645 struct bt_a2dp_stream_ops { struct
731 void bt_a2dp_stream_cb_register(struct bt_a2dp_stream *stream, struct bt_a2dp_stream_ops *ops); argument
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c155 struct bt_a2dp_stream_ops *ops; in a2dp_process_config_ind()
397 struct bt_a2dp_stream_ops *ops; in bt_a2dp_set_config_cb()
597 void bt_a2dp_stream_cb_register(struct bt_a2dp_stream *stream, struct bt_a2dp_stream_ops *ops) in bt_a2dp_stream_cb_register()
863 struct bt_a2dp_stream_ops *ops; in a2dp_stream_l2cap_disconnected()
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c42 static struct bt_a2dp_stream_ops stream_ops;
591 static struct bt_a2dp_stream_ops stream_ops = {