Searched refs:AVRC_CT_TARGET (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Davrc_api.h46 #define AVRC_CT_TARGET 1 /* target */ macro
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/
H A Davrc_api.c573 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)

Completed in 48 milliseconds