Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h802 int bt_a2dp_stream_reconfig(struct bt_a2dp_stream *stream, struct bt_a2dp_codec_cfg *config);
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c648 if (bt_a2dp_stream_reconfig(&sbc_stream, &sbc_cfg_default) != 0) { in cmd_reconfigure()
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c804 int bt_a2dp_stream_reconfig(struct bt_a2dp_stream *stream, struct bt_a2dp_codec_cfg *config) in bt_a2dp_stream_reconfig() function