Found 10 other functions taking a
tAVRC_MSG_VENDOR
argument:
* Function AVRC_VendorRsp * Description Send a VENDOR DEPENDENT response to the peer device. This * function can only be called for target role connections. * This function must be called when a VENDOR DEPENDENT * command message is received from the peer through the * tAVRC_MSG_CBACK callback function. * Input Parameters: * handle: Handle of this connection. * label: Transaction label. Must be the same value as * passed with the command message in the callback function. * p_msg: Pointer to VENDOR DEPENDENT message structure. * Output Parameters: * None. * Returns AVRC_SUCCESS if successful. * AVRC_BAD_HANDLE if handle is invalid.
* Function AVRC_VendorCmd * Description Send a VENDOR DEPENDENT command to the peer device. This * function can only be called for controller role connections. * Any response message from the peer is passed back through * the tAVRC_MSG_CBACK callback function. * Input Parameters: * handle: Handle of this connection. * label: Transaction label. * p_msg: Pointer to VENDOR DEPENDENT message structure. * Output Parameters: * None. * Returns AVRC_SUCCESS if successful. * AVRC_BAD_HANDLE if handle is invalid.
* Function avrc_vendor_msg * Description Compose a VENDOR DEPENDENT command according to p_msg * Input Parameters: * p_msg: Pointer to VENDOR DEPENDENT message structure. * Output Parameters: * None. * Returns pointer to a valid GKI buffer if successful. * NULL if p_msg is NULL.
* Function bta_av_chk_notif_evt_id * Description make sure the requested player id is valid. * Returns BTA_AV_STS_NO_RSP, if no error
* Function avrc_proc_vendor_command * Description This function processes received vendor command. * Returns if not NULL, the response to send right away.
* Function avrc_proc_far_msg * Description This function processes metadata fragmenation * and reassembly * Returns 0, to report the message with msg_cback .
* 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
* Global data * Function avrc_pars_vendor_cmd * 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