Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h432 int (*config_req)(struct bt_a2dp *a2dp, struct bt_a2dp_ep *ep, member
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c213 } else if (a2dp_cb == NULL || a2dp_cb->config_req == NULL) { in a2dp_process_config_ind()
224 err = a2dp_cb->config_req(a2dp, ep, &cfg, &stream, &rsp_err_code); in a2dp_process_config_ind()
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c464 .config_req = app_config_req,