Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c193 tAVRC_RSP rej_rsp; in avrc_send_continue_frag() local
232 rej_rsp.pdu = AVRC_PDU_REQUEST_CONTINUATION_RSP; in avrc_send_continue_frag()
233 rej_rsp.status = AVRC_STS_INTERNAL_ERR; in avrc_send_continue_frag()
234 AVRC_BldResponse( handle, (tAVRC_RESPONSE *)&rej_rsp, &p_pkt); in avrc_send_continue_frag()