HomeSort by relevance Sort by last modified time
    Searched refs:AVRC_CT_TARGET (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/include/
avrc_api.h 46 #define AVRC_CT_TARGET 1 /* target */
284 ** AVRC_CT_TARGET for target connections, AVRC_CT_CONTROL
285 ** for control connections or (AVRC_CT_TARGET|AVRC_CT_CONTROL)
  /system/bt/stack/avrc/
avrc_api.c 575 if ( ((avrc_cb.ccb[handle].control & AVRC_CT_TARGET) && (cr == AVCT_CMD)) ||
738 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 193 milliseconds