Lines Matching refs:seid
81 uint8_t seid; member
227 codec->seid = BT_A2DP_SEID_RANGE + 1; in headset_generate_capability()
489 uint8_t seid, in a2dp_append_codec() argument
559 codec->seid = seid; in a2dp_append_codec()
565 configured ? "configured" : "", seid, codec->length, in a2dp_append_codec()
604 uint8_t type, seid, configured = 0, lock = 0; in a2dp_discovery_complete() local
617 seid = avdtp_get_seid(rsep); in a2dp_discovery_complete()
619 if (client->seid != 0 && client->seid != seid) in a2dp_discovery_complete()
625 if (client->seid == seid) in a2dp_discovery_complete()
634 c->seid == seid) { in a2dp_discovery_complete()
644 a2dp_append_codec(rsp, cap, seid, configured, lock); in a2dp_discovery_complete()
909 rsep = avdtp_get_remote_sep(a2dp->session, client->seid); in start_open()
911 error("Invalid seid %d", client->seid); in start_open()
917 error("seid %d not available or locked", client->seid); in start_open()
922 error("Unable to open seid %d", client->seid); in start_open()
939 error("Unable to open seid %d", client->seid); in start_open()
985 error("seid %d not opened", client->seid); in start_config()
998 error("seid %d not opened", client->seid); in start_config()
1303 client->seid = req->seid; in handle_getcapabilities_req()
1363 if (req->seid > BT_A2DP_SEID_RANGE) { in handle_open_req()
1389 client->seid = req->seid; in handle_open_req()
1492 if (req->codec.seid != client->seid) { in handle_setconfiguration_req()
1494 client->seid); in handle_setconfiguration_req()