diff options
Diffstat (limited to 'stack/include/avrc_api.h')
-rw-r--r-- | stack/include/avrc_api.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/stack/include/avrc_api.h b/stack/include/avrc_api.h index 2198074d9..12601ad47 100644 --- a/stack/include/avrc_api.h +++ b/stack/include/avrc_api.h @@ -608,6 +608,21 @@ extern tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt); *******************************************************************************/ extern tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt); +/******************************************************************************* +** +** Function AVRC_BldBrowseResponse +** +** 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. +** +*******************************************************************************/ +tAVRC_STS AVRC_BldBrowseResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt); + + + /************************************************************************** ** ** Function AVRC_IsValidAvcType |