Searched refs:seid (Results 1 - 12 of 12) sorted by relevance

/external/bluetooth/bluez/audio/
H A Dunix.h27 void unix_delay_report(struct audio_device *dev, uint8_t seid, uint16_t delay);
H A Dunix.c81 uint8_t seid; member in struct:unix_client
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; local
650 seid = avdtp_get_seid(rsep);
652 if (client->seid !
500 a2dp_append_codec(struct bt_get_capabilities_rsp *rsp, struct avdtp_service_capability *cap, uint8_t seid, uint8_t type, uint8_t configured, uint8_t lock) argument
1821 unix_delay_report(struct audio_device *dev, uint8_t seid, uint16_t delay) argument
[all...]
H A Davdtp.c129 uint8_t seid:6; member in struct:seid_info
135 struct seid { struct
137 uint8_t seid:6; member in struct:seid
172 uint8_t seid:6; member in struct:seid_info
180 struct seid { struct
181 uint8_t seid:6; member in struct:seid
200 struct seid first_seid;
201 struct seid other_seids[0];
205 struct seid first_seid;
206 struct seid other_seid
318 uint8_t seid; member in struct:avdtp_remote_sep
732 find_remote_sep(GSList *seps, uint8_t seid) argument
1173 find_local_sep_by_seid(struct avdtp_server *server, uint8_t seid) argument
1555 struct seid *seid; local
1660 struct seid *seid; local
2420 uint8_t seid; local
2643 uint8_t seid; local
3122 avdtp_get_remote_sep(struct avdtp *session, uint8_t seid) argument
[all...]
H A Dipc.h123 uint8_t seid; /* Requested capability configuration */ member in struct:bt_get_capabilities_req
130 /* A2DP seid are 6 bytes long so HSP/HFP are assigned to 7-8 bits */
185 uint8_t seid; member in struct:__anon52
234 uint8_t seid; /* Requested capability configuration to lock */ member in struct:bt_open_req
H A Davdtp.h226 uint8_t seid);
H A Dpcm_bluetooth.c448 open_req->seid = BT_A2DP_SEID_RANGE + 1;
468 req->codec.seid = BT_A2DP_SEID_RANGE + 1;
708 open_req->seid = a2dp->sbc_capabilities.capability.seid;
H A Dliba2dp.c510 open_req->seid = data->sbc_capabilities.capability.seid;
H A Dgstavdtpsink.c1070 open_req->seid = codec->seid;
/external/bluetooth/hcidump/parser/
H A Davdtp.c185 uint8_t seid; local
188 seid = get_u8(frm);
189 printf("ACP SEID %d\n", seid >> 2);
287 uint8_t seid, type; local
293 seid = get_u8(frm);
296 seid >> 2, media2str(type >> 4),
298 seid & 0x02 ? " (InUse)" : "");
/external/bluetooth/bluez/tools/
H A Davinfo.c153 uint8_t seid:6; member in struct:seid_info
205 uint8_t seid:6; member in struct:seid_info
483 static ssize_t avdtp_get_caps(int sk, int seid) argument
492 req.acp_seid = seid;
564 discover->seps[i].seid, media, type,
567 avdtp_get_caps(sk, discover->seps[i].seid);
/external/bluetooth/bluez/test/
H A Davtest.c85 uint8_t seid:6; member in struct:seid_info
126 uint8_t seid:6; member in struct:seid_info
243 sei->seid = 0x01;
H A Dipctest.c586 msg.open_req.seid = u->transport == BT_CAPABILITIES_TRANSPORT_A2DP ?
587 u->a2dp.sbc_capabilities.capability.seid :
628 msg.setconf_req.codec.seid = BT_A2DP_SEID_RANGE + 1;

Completed in 103 milliseconds