HomeSort by relevance Sort by last modified time
    Searched defs:seid (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/hcidump/parser/
avdtp.c 185 uint8_t seid; local
188 seid = get_u8(frm);
189 printf("ACP SEID %d\n", seid >> 2);
199 printf("ACP SEID %d - INT SEID %d\n", acp_seid >> 2, int_seid >> 2);
287 uint8_t seid, type; local
293 seid = get_u8(frm);
295 printf("ACP SEID %d - %s %s%s\n",
296 seid >> 2, media2str(type >> 4)
    [all...]
  /external/bluetooth/bluez/audio/
ipc.h 122 uint8_t seid; /* Requested capability configuration */ member in struct:bt_get_capabilities_req
129 /* A2DP seid are 6 bytes long so HSP/HFP are assigned to 7-8 bits */
184 uint8_t seid; member in struct:__anon863
233 uint8_t seid; /* Requested capability configuration to lock */ member in struct:bt_open_req
unix.c 81 uint8_t seid; member in struct:unix_client
227 codec->seid = BT_A2DP_SEID_RANGE + 1;
489 uint8_t seid,
559 codec->seid = seid;
564 debug("Append %s seid %d - length %d - total %d",
565 configured ? "configured" : "", seid, codec->length,
604 uint8_t type, seid, configured = 0, lock = 0; local
617 seid = avdtp_get_seid(rsep);
619 if (client->seid != 0 && client->seid != seid
    [all...]
avdtp.c 122 uint8_t seid:6; member in struct:seid_info
128 struct seid { struct
130 uint8_t seid:6; member in struct:seid
165 uint8_t seid:6; member in struct:seid_info
173 struct seid { struct
174 uint8_t seid:6; member in struct:seid
193 struct seid first_seid;
194 struct seid other_seids[0];
198 struct seid first_seid;
199 struct seid other_seids[0]
299 uint8_t seid; member in struct:avdtp_remote_sep
1439 struct seid *seid; local
1544 struct seid *seid; local
2211 uint8_t seid; local
2416 uint8_t seid; local
    [all...]
  /external/bluetooth/bluez/tools/
avinfo.c 153 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)
492 req.acp_seid = seid;
564 discover->seps[i].seid, media, type,
567 avdtp_get_caps(sk, discover->seps[i].seid);

Completed in 33 milliseconds