Found 5 other functions taking a
tAVRC_RESPONSE
argument:
* Function AVRC_BldResponse * Description This function builds the given AVRCP response to the given * GKI buffer * Returns AVRC_STS_NO_ERROR, if the response is built successfully * Otherwise, the error code.
* Function AVRC_ParsResponse * Description This function is a superset of AVRC_ParsMetadata to parse the response. * Returns AVRC_STS_NO_ERROR, if the message in p_data is parsed successfully. * Otherwise, the error code defined by AVRCP 1.4
Function send_metamsg_rsp - Argument: rc_handle RC handle corresponding to the connected RC label Label of the RC response code Response type p_meta_rsp Vendor response - Description: Remote control metamsg response handler (AVRCP 1.3)
* Function avrc_bld_init_rsp_buffer * Description This function initializes the response buffer based on PDU * Returns NULL, if no GKI buffer or failure to build the message. * Otherwise, the GKI buffer that contains the initialized message.
* Global data * Function avrc_pars_vendor_rsp * Description This function parses the vendor specific commands defined by * Bluetooth SIG * Returns AVRC_STS_NO_ERROR, if the message in p_data is parsed successfully. * Otherwise, the error code defined by AVRCP 1.4