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

  /external/bluetooth/hcidump/parser/
avdtp.c 191 uint8_t seid; local
194 seid = get_u8(frm);
195 printf("ACP SEID %d\n", seid >> 2);
205 printf("ACP SEID %d - INT SEID %d\n", acp_seid >> 2, int_seid >> 2);
293 uint8_t seid, type; local
299 seid = get_u8(frm);
301 printf("ACP SEID %d - %s %s%s\n",
302 seid >> 2, media2str(type >> 4)
431 uint8_t seid; local
    [all...]
  /external/bluetooth/bluez/test/
avtest.c 85 uint8_t seid:6; member in struct:seid_info
126 uint8_t seid:6; member in struct:seid_info
243 sei->seid = 0x01;
313 buf[2] = 0x12; /* Bad ACP SEID */
579 buf[2] = 1 << 2; /* SEID 1 */
589 buf[2] = 1 << 2; /* ACP SEID */
590 buf[3] = 1 << 2; /* INT SEID */
604 buf[2] = 13 << 2; /* Invalid ACP SEID */
606 buf[2] = 1 << 2; /* Valid ACP SEID */
616 buf[2] = 1 << 2; /* ACP SEID */
    [all...]
  /external/bluetooth/bluez/audio/
ipc.h 123 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:__anon1538
234 uint8_t seid; /* Requested capability configuration to lock */ member in struct:bt_open_req
unix.c 83 uint8_t seid; member in struct:unix_client
256 codec->seid = BT_A2DP_SEID_RANGE + 1;
523 uint8_t seid,
612 codec->seid = seid;
617 DBG("Append %s seid %d - length %d - total %d",
618 configured ? "configured" : "", seid, codec->length,
656 uint8_t type, seid, configured = 0, lock = 0; local
670 seid = avdtp_get_seid(rsep);
672 if (client->seid != 0 && client->seid != seid
    [all...]
avdtp.c 127 uint8_t seid:6; member in struct:seid_info
133 struct seid { struct
135 uint8_t seid:6; member in struct:seid
170 uint8_t seid:6; member in struct:seid_info
178 struct seid { struct
179 uint8_t seid:6; member in struct:seid
198 struct seid first_seid;
199 struct seid other_seids[0];
203 struct seid first_seid;
204 struct seid other_seids[0]
316 uint8_t seid; member in struct:avdtp_remote_sep
1684 struct seid *seid; local
1793 struct seid *seid; local
2551 uint8_t seid; local
2780 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 2657 milliseconds