Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h457 void (*config_rsp)(struct bt_a2dp_stream *stream, uint8_t rsp_err_code); member
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c466 .config_rsp = app_config_rsp,
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c414 if ((a2dp_cb != NULL) && (a2dp_cb->config_rsp != NULL)) { in bt_a2dp_set_config_cb()
415 a2dp_cb->config_rsp(stream, req->status); in bt_a2dp_set_config_cb()