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 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...]
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
avdtp.h 227 uint8_t seid);
pcm_bluetooth.c 450 open_req->seid = BT_A2DP_SEID_RANGE + 1;
470 req->codec.seid = BT_A2DP_SEID_RANGE + 1;
710 open_req->seid = a2dp->sbc_capabilities.capability.seid;
    [all...]
liba2dp.c 513 open_req->seid = data->sbc_capabilities.capability.seid;
gstavdtpsink.c     [all...]
  /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/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 116 milliseconds