OSDN Git Service

Revert "Correct the OBEX OPP Profile version"
authoryusuke kawabe <yusuke.yk@gmail.com>
Sat, 25 Oct 2014 11:00:34 +0000 (11:00 +0000)
committeryusuke kawabe <yusuke.yk@gmail.com>
Sat, 25 Oct 2014 11:00:34 +0000 (11:00 +0000)
This reverts commit e26f7c2a59ca3cd4e7d084846a3d0b9d97bae27d.
SDP record of OPP v1.1 should be used 0x0100.

Change-Id: Ida36f00688e7e6f032b25e796a55433ea1e12706

btif/src/btif_sock_sdp.c

index 9687b3a..e02a609 100644 (file)
@@ -379,7 +379,7 @@ static int add_ops_sdp(const char *p_service_name,int scn)
 
             SDP_AddProfileDescriptorList(sdp_handle,
                 UUID_SERVCLASS_OBEX_OBJECT_PUSH,
-                0x0101);
+                0x0100);
         }
     }