Lines Matching refs:seid
83 uint8_t seid; member
256 codec->seid = BT_A2DP_SEID_RANGE + 1; in headset_generate_capability()
523 uint8_t seid, in a2dp_append_codec() argument
612 codec->seid = seid; in a2dp_append_codec()
618 configured ? "configured" : "", seid, codec->length, in a2dp_append_codec()
656 uint8_t type, seid, configured = 0, lock = 0; in a2dp_discovery_complete() local
670 seid = avdtp_get_seid(rsep); in a2dp_discovery_complete()
672 if (client->seid != 0 && client->seid != seid) in a2dp_discovery_complete()
678 if (client->seid == seid) in a2dp_discovery_complete()
686 if (ca2dp->session == session && c->seid == seid) { in a2dp_discovery_complete()
696 a2dp_append_codec(rsp, cap, seid, type, configured, lock); in a2dp_discovery_complete()
950 rsep = avdtp_get_remote_sep(a2dp->session, client->seid); in start_open()
952 error("Invalid seid %d", client->seid); in start_open()
958 error("seid %d not available or locked", client->seid); in start_open()
963 error("Unable to open seid %d", client->seid); in start_open()
980 error("Unable to open seid %d", client->seid); in start_open()
1026 error("seid %d not opened", client->seid); in start_config()
1039 error("seid %d not opened", client->seid); in start_config()
1364 client->seid = req->seid; in handle_getcapabilities_req()
1426 if (req->seid > BT_A2DP_SEID_RANGE) { in handle_open_req()
1452 client->seid = req->seid; in handle_open_req()
1559 if (req->codec.seid != client->seid) { in handle_setconfiguration_req()
1561 req->codec.seid); in handle_setconfiguration_req()
1841 void unix_delay_report(struct audio_device *dev, uint8_t seid, uint16_t delay) in unix_delay_report() argument
1857 if (client->dev != dev || client->seid != seid) in unix_delay_report()