summaryrefslogtreecommitdiffstats
path: root/bta/dm/bta_dm_cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'bta/dm/bta_dm_cfg.c')
-rw-r--r--bta/dm/bta_dm_cfg.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/bta/dm/bta_dm_cfg.c b/bta/dm/bta_dm_cfg.c
index f09f3bf..5e26909 100644
--- a/bta/dm/bta_dm_cfg.c
+++ b/bta/dm/bta_dm_cfg.c
@@ -28,19 +28,6 @@
#include "bta_api.h"
#include "bta_dm_int.h"
-#ifndef BTA_DM_COD
-
-/*
- * major : COD_MAJOR_PHONE
- * minor : COD_MINOR_SMART_PHONE
- * svc : None, will be set as each profile registers
- *
- */
-
-#define BTA_DM_COD {0x52, BTM_COD_MAJOR_PHONE, BTM_COD_MINOR_SMART_PHONE}
-#endif
-
-
#ifndef BTA_DM_LINK_POLICY_SETTINGS
#define BTA_DM_LINK_POLICY_SETTINGS (HCI_ENABLE_MASTER_SLAVE_SWITCH | HCI_ENABLE_HOLD_MODE | HCI_ENABLE_SNIFF_MODE | HCI_ENABLE_PARK_MODE)
#endif