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

  /external/bluetooth/bluez/audio/
unix.c 652 struct avdtp_remote_sep *rsep = seps->data; local
659 type = avdtp_get_type(rsep);
665 cap = avdtp_get_codec(rsep);
670 seid = avdtp_get_seid(rsep);
675 stream = avdtp_get_stream(rsep);
927 struct avdtp_remote_sep *rsep; local
950 rsep = avdtp_get_remote_sep(a2dp->session, client->seid);
951 if (!rsep) {
956 a2dp->sep = a2dp_get(a2dp->session, rsep);
    [all...]
a2dp.c 94 struct avdtp_remote_sep *rsep; member in struct:a2dp_setup
1084 if (setup->rsep) {
1085 cap = avdtp_get_codec(setup->rsep);
1089 if (!setup->rsep || sep->codec != rsep_codec->media_codec_type)
1090 setup->rsep = avdtp_find_remote_sep(setup->session, sep->lsep);
1092 posix_err = avdtp_set_configuration(setup->session, setup->rsep,
1131 if (!setup->rsep)
1132 setup->rsep = avdtp_stream_get_remote_sep(stream);
    [all...]
avdtp.c 779 struct avdtp_remote_sep *rsep; local
784 rsep = find_remote_sep(stream->session->seps, stream->rseid);
785 if (rsep)
786 rsep->stream = NULL;
    [all...]

Completed in 154 milliseconds