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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_utils.c 37 BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type)
43 switch (pdu_id)
avrc_int.h 147 extern BOOLEAN avrc_is_valid_pdu_id(UINT8 pdu_id);
  /external/bluetooth/bluedroid/stack/include/
avrc_api.h 618 AVRC_API extern BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_server.c 119 UINT8 pdu_id; local
127 pdu_id = *p_req++;
139 switch (pdu_id)
155 SDP_TRACE_WARNING ("SDP - server got unknown PDU: 0x%x", pdu_id);

Completed in 59 milliseconds