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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_int.h 104 UINT8 frag_pdu; /* the PDU ID for fragmentation */ member in struct:__anon790
avrc_api.c 148 *p_data++ = p_fcb->frag_pdu;
270 if (*(p_data + 4) != p_fcb->frag_pdu)
286 if (*(p_data + 4) == p_fcb->frag_pdu)
296 *(p_data + 4), p_fcb->frag_pdu);
    [all...]

Completed in 70 milliseconds