Searched refs:config_rsp (Results 1 – 3 of 3) sorted by relevance
457 void (*config_rsp)(struct bt_a2dp_stream *stream, uint8_t rsp_err_code); member
466 .config_rsp = app_config_rsp,
414 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()