OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVRC_CT_TARGET
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/include/
avrc_api.h
46
#define
AVRC_CT_TARGET
1 /* target */
274
**
AVRC_CT_TARGET
for target connections, AVRC_CT_CONTROL
275
** for control connections or (
AVRC_CT_TARGET
|AVRC_CT_CONTROL)
/external/bluetooth/bluedroid/stack/avrc/
avrc_api.c
573
if ( ((avrc_cb.ccb[handle].control &
AVRC_CT_TARGET
) && (cr == AVCT_CMD)) ||
730
if ((avrc_cb.ccb[handle].control &
AVRC_CT_TARGET
) && (cr == AVCT_CMD))
871
**
AVRC_CT_TARGET
for target connections, AVRC_CT_CONTROL
872
** for control connections or (
AVRC_CT_TARGET
|AVRC_CT_CONTROL)
[
all
...]
Completed in 126 milliseconds