Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h447 int (*reconfig_req)(struct bt_a2dp_stream *stream, struct bt_a2dp_codec_cfg *codec_cfg, member
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c210 if (a2dp_cb == NULL || a2dp_cb->reconfig_req == NULL) { in a2dp_process_config_ind()
236 err = a2dp_cb->reconfig_req(stream, &cfg, &rsp_err_code); in a2dp_process_config_ind()
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c474 .reconfig_req = app_reconfig_req,