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 124 uint8_t frag_pdu; /* the PDU ID for fragmentation */ member in struct:__anon2140
avrc_api.cc 284 *p_data++ = p_fcb->frag_pdu;
382 if (*(p_data + 4) != p_fcb->frag_pdu) {
396 if (*(p_data + 4) == p_fcb->frag_pdu) {
404 __func__, *(p_data + 4), p_fcb->frag_pdu);
    [all...]

Completed in 1065 milliseconds