OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsep
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluedroid/stack/avdt/
avdt_defs.h
150
#define AVDT_MSG_PRS_DISC(p, seid, in_use, type,
tsep
) \
154
tsep
= (*(p)++ >> 3) & 0x01;
183
#define AVDT_MSG_BLD_DISC(p, seid, in_use, type,
tsep
) \
185
*(p)++ = (UINT8) (((type) << 4) | ((
tsep
) << 3));
avdt_ccb_act.c
173
sep_info[p_data->msg.discover_rsp.num_seps].
tsep
= p_scb->cs.
tsep
;
[
all
...]
avdt_api.c
[
all
...]
avdt_msg.c
508
p_msg->discover_rsp.p_sep_info[i].
tsep
);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
avdt_api.h
253
UINT8
tsep
; /* SEP type */
member in struct:__anon875
405
UINT8
tsep
; /* SEP type */
member in struct:__anon885
[
all
...]
/external/bluetooth/bluedroid/bta/av/
bta_av_aact.c
327
(p_scb->sep_info[i].
tsep
== AVDT_TSEP_SNK) &&
[
all
...]
bta_av_main.c
540
cs.
tsep
= AVDT_TSEP_SRC;
[
all
...]
Completed in 47 milliseconds