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

  /system/bt/stack/avrc/
avrc_int.h 104 UINT8 frag_pdu; /* the PDU ID for fragmentation */ member in struct:__anon72442
avrc_api.c 167 *p_data++ = p_fcb->frag_pdu;
267 if (*(p_data + 4) != p_fcb->frag_pdu)
283 if (*(p_data + 4) == p_fcb->frag_pdu)
293 *(p_data + 4), p_fcb->frag_pdu);
    [all...]

Completed in 300 milliseconds