Home
last modified time | relevance | path

Searched refs:frag_pdu (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/avrc/
Davrc_api.cc287 *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()
Davrc_int.h125 uint8_t frag_pdu; /* the PDU ID for fragmentation */ member