Searched refs:config_req (Results 1 – 3 of 3) sorted by relevance
432 int (*config_req)(struct bt_a2dp *a2dp, struct bt_a2dp_ep *ep, member
213 } 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()
464 .config_req = app_config_req,