diff options
author | zzy <zhenye@broadcom.com> | 2012-04-14 18:31:16 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:17 -0700 |
commit | 8e6e9356d5386501d5e0988ce23d0c9aaed31a64 (patch) | |
tree | 04f80006d3cdf0c3efe047677a317419eafcd802 /include | |
parent | 2fe476a7b55eea667c854bb40e48648e8a0d5f1d (diff) | |
download | external_bluetooth_bluedroid-8e6e9356d5386501d5e0988ce23d0c9aaed31a64.zip external_bluetooth_bluedroid-8e6e9356d5386501d5e0988ce23d0c9aaed31a64.tar.gz external_bluetooth_bluedroid-8e6e9356d5386501d5e0988ce23d0c9aaed31a64.tar.bz2 |
added bt pan profile
Diffstat (limited to 'include')
-rw-r--r-- | include/bdroid_crespo.txt | 6 | ||||
-rw-r--r-- | include/bdroid_crespo4g.txt | 6 | ||||
-rw-r--r-- | include/bdroid_maguro.txt | 6 | ||||
-rw-r--r-- | include/bdroid_toro.txt | 6 | ||||
-rw-r--r-- | include/bdroid_wingray.txt | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/include/bdroid_crespo.txt b/include/bdroid_crespo.txt index 65532a5..42ff743 100644 --- a/include/bdroid_crespo.txt +++ b/include/bdroid_crespo.txt @@ -65,8 +65,8 @@ SDP_POOL_ID = 3 SDP_MAX_REC_ATTR = 25 SDP_MAX_ATTR_LEN = 400 SDP_MAX_PAD_LEN = 600 -BNEP_INCLUDED = FALSE -PAN_INCLUDED = FALSE +BNEP_INCLUDED = TRUE +PAN_INCLUDED = TRUE SAP_SERVER_INCLUDED = FALSE HID_DEV_INCLUDED = FALSE HID_HOST_INCLUDED = TRUE @@ -100,7 +100,7 @@ BTA_DM_INCLUDED = TRUE BTA_DI_INCLUDED = FALSE BTA_BI_INCLUDED = FALSE BTA_SC_INCLUDED = FALSE -BTA_PAN_INCLUDED = FALSE +BTA_PAN_INCLUDED = TRUE BTA_FS_INCLUDED = TRUE BTA_AC_INCLUDED = FALSE BTA_HD_INCLUDED = FALSE diff --git a/include/bdroid_crespo4g.txt b/include/bdroid_crespo4g.txt index 65532a5..42ff743 100644 --- a/include/bdroid_crespo4g.txt +++ b/include/bdroid_crespo4g.txt @@ -65,8 +65,8 @@ SDP_POOL_ID = 3 SDP_MAX_REC_ATTR = 25 SDP_MAX_ATTR_LEN = 400 SDP_MAX_PAD_LEN = 600 -BNEP_INCLUDED = FALSE -PAN_INCLUDED = FALSE +BNEP_INCLUDED = TRUE +PAN_INCLUDED = TRUE SAP_SERVER_INCLUDED = FALSE HID_DEV_INCLUDED = FALSE HID_HOST_INCLUDED = TRUE @@ -100,7 +100,7 @@ BTA_DM_INCLUDED = TRUE BTA_DI_INCLUDED = FALSE BTA_BI_INCLUDED = FALSE BTA_SC_INCLUDED = FALSE -BTA_PAN_INCLUDED = FALSE +BTA_PAN_INCLUDED = TRUE BTA_FS_INCLUDED = TRUE BTA_AC_INCLUDED = FALSE BTA_HD_INCLUDED = FALSE diff --git a/include/bdroid_maguro.txt b/include/bdroid_maguro.txt index 231162c..73d95f4 100644 --- a/include/bdroid_maguro.txt +++ b/include/bdroid_maguro.txt @@ -65,8 +65,8 @@ SDP_POOL_ID = 3 SDP_MAX_REC_ATTR = 25 SDP_MAX_ATTR_LEN = 400 SDP_MAX_PAD_LEN = 600 -BNEP_INCLUDED = FALSE -PAN_INCLUDED = FALSE +BNEP_INCLUDED = TRUE +PAN_INCLUDED = TRUE SAP_SERVER_INCLUDED = FALSE HID_DEV_INCLUDED = FALSE HID_HOST_INCLUDED = TRUE @@ -100,7 +100,7 @@ BTA_DM_INCLUDED = TRUE BTA_DI_INCLUDED = FALSE BTA_BI_INCLUDED = FALSE BTA_SC_INCLUDED = FALSE -BTA_PAN_INCLUDED = FALSE +BTA_PAN_INCLUDED = TRUE BTA_FS_INCLUDED = TRUE BTA_AC_INCLUDED = FALSE BTA_HD_INCLUDED = FALSE diff --git a/include/bdroid_toro.txt b/include/bdroid_toro.txt index 5eeccca..a67c102 100644 --- a/include/bdroid_toro.txt +++ b/include/bdroid_toro.txt @@ -65,8 +65,8 @@ SDP_POOL_ID = 3 SDP_MAX_REC_ATTR = 25 SDP_MAX_ATTR_LEN = 400 SDP_MAX_PAD_LEN = 600 -BNEP_INCLUDED = FALSE -PAN_INCLUDED = FALSE +BNEP_INCLUDED = TRUE +PAN_INCLUDED = TRUE SAP_SERVER_INCLUDED = FALSE HID_DEV_INCLUDED = FALSE HID_HOST_INCLUDED = TRUE @@ -100,7 +100,7 @@ BTA_DM_INCLUDED = TRUE BTA_DI_INCLUDED = FALSE BTA_BI_INCLUDED = FALSE BTA_SC_INCLUDED = FALSE -BTA_PAN_INCLUDED = FALSE +BTA_PAN_INCLUDED = TRUE BTA_FS_INCLUDED = TRUE BTA_AC_INCLUDED = FALSE BTA_HD_INCLUDED = FALSE diff --git a/include/bdroid_wingray.txt b/include/bdroid_wingray.txt index 24af305..0f47374 100644 --- a/include/bdroid_wingray.txt +++ b/include/bdroid_wingray.txt @@ -65,8 +65,8 @@ SDP_POOL_ID = 3 SDP_MAX_REC_ATTR = 25 SDP_MAX_ATTR_LEN = 400 SDP_MAX_PAD_LEN = 600 -BNEP_INCLUDED = FALSE -PAN_INCLUDED = FALSE +BNEP_INCLUDED = TRUE +PAN_INCLUDED = TRUE SAP_SERVER_INCLUDED = FALSE HID_DEV_INCLUDED = FALSE HID_HOST_INCLUDED = FALSE @@ -100,7 +100,7 @@ BTA_DM_INCLUDED = TRUE BTA_DI_INCLUDED = FALSE BTA_BI_INCLUDED = FALSE BTA_SC_INCLUDED = FALSE -BTA_PAN_INCLUDED = FALSE +BTA_PAN_INCLUDED = TRUE BTA_FS_INCLUDED = TRUE BTA_AC_INCLUDED = FALSE BTA_HD_INCLUDED = FALSE |