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

Commit 1660cf7b authored by Kim Schulz's avatar Kim Schulz Committed by Zhihai Xu
Browse files

Changed MAP version from 1.0 to 1.1, since this is what was actually implemented

Change-Id: If391121ca92f1025bff3a99941afa12da69c3b69
Bug: 10434562
parent 165dd0db
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))
    {