Loading system/btif/src/btif_sock_sdp.c +10 −10 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading @@ -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)) { Loading Loading
system/btif/src/btif_sock_sdp.c +10 −10 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading @@ -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)) { Loading