mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 17:10:28 +00:00
change(bt/Bluedroid): Update AVRCP version to 1.5
This commit is contained in:
@@ -195,6 +195,8 @@ extern "C"
|
||||
**
|
||||
** sdp_handle: SDP handle returned by SDP_CreateRecord().
|
||||
**
|
||||
** browsing_en: Supported browsing
|
||||
**
|
||||
** Output Parameters:
|
||||
** None.
|
||||
**
|
||||
@@ -202,8 +204,8 @@ extern "C"
|
||||
** AVRC_NO_RESOURCES if not enough resources to build the SDP record.
|
||||
**
|
||||
******************************************************************************/
|
||||
extern UINT16 AVRC_AddRecord(UINT16 service_uuid, char *p_service_name,
|
||||
char *p_provider_name, UINT16 categories, UINT32 sdp_handle);
|
||||
extern UINT16 AVRC_AddRecord(UINT16 service_uuid, char *p_service_name, char *p_provider_name,
|
||||
UINT16 categories, UINT32 sdp_handle, BOOLEAN browsing_en);
|
||||
|
||||
/******************************************************************************
|
||||
**
|
||||
|
@@ -34,6 +34,7 @@
|
||||
#define AVRC_REV_1_0 0x0100
|
||||
#define AVRC_REV_1_3 0x0103
|
||||
#define AVRC_REV_1_4 0x0104
|
||||
#define AVRC_REV_1_5 0x0105
|
||||
|
||||
#define AVRC_PACKET_LEN 512 /* Per the spec, you must support 512 byte RC packets */
|
||||
|
||||
|
Reference in New Issue
Block a user