Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18fa3d36 authored by Zhihai Xu's avatar Zhihai Xu Committed by Android (Google) Code Review
Browse files

Merge "Changed MAP version from 1.0 to 1.1, since this is what was actually...

Merge "Changed MAP version from 1.0 to 1.1, since this is what was actually implemented" into klp-dev
parents c038527b 1660cf7b
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ static int add_pbap_sdp(const char* p_service_name, int scn)
#define BTA_MAP_MSG_TYPE_SMS_CDMA 0x04
#define BTA_MAP_MSG_TYPE_MMS      0x08

#define BTA_MAPS_DEFAULT_VERSION 0x0100
#define BTA_MAPS_DEFAULT_VERSION 0x0101 /* MAP 1.1 */
typedef struct
{
    UINT8       mas_id;                 /* the MAS instance id */
@@ -486,7 +486,7 @@ static int add_rfc_sdp_by_uuid(const char* name, const uint8_t* uuid, int scn)
    }
    else if (IS_UUID(UUID_MAPS_MAS,uuid))
    {
        handle = add_maps_sdp(name, final_scn); //PBAP Server is always 19
        handle = add_maps_sdp(name, final_scn); //MAP Server is always 19
    }
    else if (IS_UUID(UUID_SPP, uuid))
    {