Searched refs:seid (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | unix.c | 81 uint8_t seid; member 227 codec->seid = BT_A2DP_SEID_RANGE + 1; in headset_generate_capability() 489 uint8_t seid, in a2dp_append_codec() argument 559 codec->seid = seid; in a2dp_append_codec() 565 configured ? "configured" : "", seid, codec->length, in a2dp_append_codec() 604 uint8_t type, seid, configured = 0, lock = 0; in a2dp_discovery_complete() local 617 seid = avdtp_get_seid(rsep); in a2dp_discovery_complete() 619 if (client->seid != 0 && client->seid != seid) in a2dp_discovery_complete() 625 if (client->seid == seid) in a2dp_discovery_complete() 634 c->seid == seid) { in a2dp_discovery_complete() [all …]
|
D | avdtp.c | 122 uint8_t seid:6; member 128 struct seid { struct 130 uint8_t seid:6; member 165 uint8_t seid:6; member 173 struct seid { struct 174 uint8_t seid:6; member 193 struct seid first_seid; argument 194 struct seid other_seids[0]; 198 struct seid first_seid; 199 struct seid other_seids[0]; [all …]
|
D | ipc.h | 122 uint8_t seid; /* Requested capability configuration */ member 184 uint8_t seid; member 233 uint8_t seid; /* Requested capability configuration to lock */ member
|
D | ipctest.c | 586 msg.open_req.seid = u->transport == BT_CAPABILITIES_TRANSPORT_A2DP ? in bt_open() 587 u->a2dp.sbc_capabilities.capability.seid : in bt_open() 628 msg.setconf_req.codec.seid = BT_A2DP_SEID_RANGE + 1; in set_conf()
|
D | pcm_bluetooth.c | 448 open_req->seid = BT_A2DP_SEID_RANGE + 1; in bluetooth_hsp_hw_params() 468 req->codec.seid = BT_A2DP_SEID_RANGE + 1; in bluetooth_hsp_hw_params() 708 open_req->seid = a2dp->sbc_capabilities.capability.seid; in bluetooth_a2dp_hw_params()
|
D | avdtp.h | 217 uint8_t seid);
|
D | liba2dp.c | 476 open_req->seid = data->sbc_capabilities.capability.seid; in bluetooth_a2dp_hw_params()
|
D | gstavdtpsink.c | 1069 open_req->seid = codec->seid; in gst_avdtp_sink_configure()
|
/external/bluetooth/hcidump/parser/ |
D | avdtp.c | 185 uint8_t seid; in acp_seid() local 188 seid = get_u8(frm); in acp_seid() 189 printf("ACP SEID %d\n", seid >> 2); in acp_seid() 287 uint8_t seid, type; in discover() local 293 seid = get_u8(frm); in discover() 296 seid >> 2, media2str(type >> 4), in discover() 298 seid & 0x02 ? " (InUse)" : ""); in discover()
|
/external/bluetooth/bluez/tools/ |
D | avinfo.c | 153 uint8_t seid:6; member 205 uint8_t seid:6; member 483 static ssize_t avdtp_get_caps(int sk, int seid) in avdtp_get_caps() argument 492 req.acp_seid = seid; in avdtp_get_caps() 564 discover->seps[i].seid, media, type, in avdtp_discover() 567 avdtp_get_caps(sk, discover->seps[i].seid); in avdtp_discover()
|