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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_utils.c 41 if (avc_type < AVRC_RSP_NOT_IMPL) /* command msg */
74 if (avc_type >= AVRC_RSP_NOT_IMPL &&
avrc_pars_ct.c 88 || AVRC_RSP_REJ==p_msg->hdr.ctype || AVRC_RSP_NOT_IMPL==p_msg->hdr.ctype))
avrc_api.c     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 619 if (pmeta_msg->code >= AVRC_RSP_NOT_IMPL)
852 if ( code < AVRC_RSP_NOT_IMPL)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_av_api.h 209 #define BTA_AV_RSP_NOT_IMPL AVRC_RSP_NOT_IMPL
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 56 #define AVRC_RSP_NOT_IMPL 8 /* The target does not implement the command specified
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 100 private static final int AVRC_RSP_NOT_IMPL = 8;
    [all...]

Completed in 756 milliseconds