diff options
author | Kausik Sinnaswamy <kausik@broadcom.com> | 2012-09-21 15:58:40 +0530 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-09-21 15:02:36 -0700 |
commit | 0fdeb593e27922d90da480ef8db95537f9c36c6e (patch) | |
tree | c1f685fd8c43709973f747bc82e7310c6d84cfed /bta/dm | |
parent | 751c3ccf7c79a717c4f812c613f8911c1b7dee0b (diff) | |
download | external_bluetooth_bluedroid-0fdeb593e27922d90da480ef8db95537f9c36c6e.zip external_bluetooth_bluedroid-0fdeb593e27922d90da480ef8db95537f9c36c6e.tar.gz external_bluetooth_bluedroid-0fdeb593e27922d90da480ef8db95537f9c36c6e.tar.bz2 |
Move default COD macro BTA_DM_COD to bt_target.h
This can be over-ridden on the various platforms via the respective
bdroid_buildcfg.h. Default value chosen is for MAJOR_PHONE and
MINOR_SMARTPHONE.
bug 7176584
Change-Id: Ie553e082273b63e871aad5cda9816b16345fd9e2
Diffstat (limited to 'bta/dm')
-rw-r--r-- | bta/dm/bta_dm_cfg.c | 13 |
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 |