From d8896e18114ebcadf9f1666743cf6840e40860e0 Mon Sep 17 00:00:00 2001 From: Fred Date: Mon, 17 Sep 2012 17:57:53 -0700 Subject: Fixed OPP SDP records to indicate support for only vCard 2.1 and other type of object This fix removes vNote and vCal from the OPP SDP record. Bug 7167658 Change-Id: I41c79e6a6e2c5b042dbf9f225265f4ad85ea3a87 --- include/bt_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bt_target.h b/include/bt_target.h index b9b88e3..9b48e17 100644 --- a/include/bt_target.h +++ b/include/bt_target.h @@ -71,7 +71,7 @@ #endif #ifndef BTUI_OPS_FORMATS -#define BTUI_OPS_FORMATS (BTA_OP_VCARD21_MASK | BTA_OP_VCAL_MASK | BTA_OP_VNOTE_MASK | BTA_OP_ANY_MASK) +#define BTUI_OPS_FORMATS (BTA_OP_VCARD21_MASK | BTA_OP_ANY_MASK) #endif #ifndef BTA_RFC_MTU_SIZE -- cgit v1.1