Home | History | Annotate | Download | only in audio

Lines Matching defs:seid

83 	uint8_t seid;
256 codec->seid = BT_A2DP_SEID_RANGE + 1;
523 uint8_t seid,
612 codec->seid = seid;
617 DBG("Append %s seid %d - length %d - total %d",
618 configured ? "configured" : "", seid, codec->length,
656 uint8_t type, seid, configured = 0, lock = 0;
670 seid = avdtp_get_seid(rsep);
672 if (client->seid != 0 && client->seid != seid)
678 if (client->seid == seid)
686 if (ca2dp->session == session && c->seid == seid) {
696 a2dp_append_codec(rsp, cap, seid, type, configured, lock);
950 rsep = avdtp_get_remote_sep(a2dp->session, client->seid);
952 error("Invalid seid %d", client->seid);
958 error("seid %d not available or locked", client->seid);
963 error("Unable to open seid %d", client->seid);
980 error("Unable to open seid %d", client->seid);
1026 error("seid %d not opened", client->seid);
1039 error("seid %d not opened", client->seid);
1088 error("seid not opened");
1111 error("seid not opened");
1164 error("seid not opened");
1191 error("seid not opened");
1364 client->seid = req->seid;
1426 if (req->seid > BT_A2DP_SEID_RANGE) {
1452 client->seid = req->seid;
1559 if (req->codec.seid != client->seid) {
1560 error("Unable to set configuration: seid %d not opened",
1561 req->codec.seid);
1841 void unix_delay_report(struct audio_device *dev, uint8_t seid, uint16_t delay)
1857 if (client->dev != dev || client->seid != seid)