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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_utils.c 29 ** Function AVRC_IsValidAvcType
37 BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type)
avrc_pars_tg.c 56 if (!AVRC_IsValidAvcType (p_result->pdu, p_msg->hdr.ctype))
  /external/bluetooth/bluedroid/stack/include/
avrc_api.h 610 ** Function AVRC_IsValidAvcType
618 AVRC_API extern BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type);
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 786 else if (!AVRC_IsValidAvcType(pdu, p_vendor->hdr.ctype) )
    [all...]

Completed in 147 milliseconds