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

  /external/bluetooth/bluez/audio/
unix.h 27 void unix_delay_report(struct audio_device *dev, uint8_t seid, uint16_t delay);
unix.c 81 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 != 0 && client->seid != seid
    [all...]
avdtp.c 129 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_seids[0]
318 uint8_t seid; member in struct:avdtp_remote_sep
1555 struct seid *seid; local
1660 struct seid *seid; local
2420 uint8_t seid; local
2643 uint8_t seid; local
    [all...]
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:__anon1487
234 uint8_t seid; /* Requested capability configuration to lock */ member in struct:bt_open_req
avdtp.h 226 uint8_t seid);
pcm_bluetooth.c 448 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;
    [all...]
liba2dp.c 510 open_req->seid = data->sbc_capabilities.capability.seid;
gstavdtpsink.c 1070 open_req->seid = codec->seid;
    [all...]
  /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/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);
  /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...]
ipctest.c 586 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 346 milliseconds