Home | History | Annotate | Download | only in audio

Lines Matching defs:open_req

1037 	struct bt_open_req *open_req = (void *) buf;
1065 open_req->h.type = BT_REQUEST;
1066 open_req->h.name = BT_OPEN;
1067 open_req->h.length = sizeof(*open_req);
1069 strncpy(open_req->destination, self->device, 18);
1070 open_req->seid = codec->seid;
1071 open_req->lock = BT_WRITE_LOCK;
1073 io_error = gst_avdtp_sink_audioservice_send(self, &open_req->h);