Lines Matching defs:seid
81 uint8_t seid;
235 codec->seid = BT_A2DP_SEID_RANGE + 1;
502 uint8_t seid,
591 codec->seid = seid;
596 DBG("Append %s seid %d - length %d - total %d",
597 configured ? "configured" : "", seid, codec->length,
636 uint8_t type, seid, configured = 0, lock = 0;
650 seid = avdtp_get_seid(rsep);
652 if (client->seid != 0 && client->seid != seid)
658 if (client->seid == seid)
666 if (ca2dp->session == session && c->seid == seid) {
676 a2dp_append_codec(rsp, cap, seid, type, configured, lock);
940 rsep = avdtp_get_remote_sep(a2dp->session, client->seid);
942 error("Invalid seid %d", client->seid);
948 error("seid %d not available or locked", client->seid);
953 error("Unable to open seid %d", client->seid);
970 error("Unable to open seid %d", client->seid);
1016 error("seid %d not opened", client->seid);
1029 error("seid %d not opened", client->seid);
1086 error("seid not opened");
1100 error("seid not opened");
1175 error("seid not opened");
1344 client->seid = req->seid;
1406 if (req->seid > BT_A2DP_SEID_RANGE) {
1432 client->seid = req->seid;
1539 if (req->codec.seid != client->seid) {
1540 error("Unable to set configuration: seid %d not opened",
1541 req->codec.seid);
1821 void unix_delay_report(struct audio_device *dev, uint8_t seid, uint16_t delay)
1837 if (client->dev != dev || client->seid != seid)