Searched refs:frag_pdu (Results 1 – 2 of 2) sorted by relevance
287 *p_data++ = p_fcb->frag_pdu; in avrc_prep_end_frag()385 if (*(p_data + 4) != p_fcb->frag_pdu) { in avrc_proc_vendor_command()399 if (*(p_data + 4) == p_fcb->frag_pdu) { in avrc_proc_vendor_command()407 __func__, *(p_data + 4), p_fcb->frag_pdu); in avrc_proc_vendor_command()917 target_pdu == p_fcb->frag_pdu) { in AVRC_HandleContinueRsp()921 if (pdu == AVRC_PDU_ABORT_CONTINUATION_RSP && target_pdu == p_fcb->frag_pdu) { in AVRC_HandleContinueRsp()925 __func__, *(p_data + 4), p_fcb->frag_pdu); in AVRC_HandleContinueRsp()1226 p_fcb->frag_pdu = *p_start; in AVRC_MsgReq()
125 uint8_t frag_pdu; /* the PDU ID for fragmentation */ member