diff options
author | Sen-Der Huang <sdhuang@broadcom.com> | 2012-04-02 16:36:19 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:14 -0700 |
commit | e085a36bdb3d2494583d04e9a59a360b06d5af64 (patch) | |
tree | b638495fd3e8408ab557c897ff74acead36fad26 /include | |
parent | 84a000f59a48dac41d04da6bf9569258bc0e2cfc (diff) | |
download | external_bluetooth_bluedroid-e085a36bdb3d2494583d04e9a59a360b06d5af64.zip external_bluetooth_bluedroid-e085a36bdb3d2494583d04e9a59a360b06d5af64.tar.gz external_bluetooth_bluedroid-e085a36bdb3d2494583d04e9a59a360b06d5af64.tar.bz2 |
added new btif_hl (HDP profile) module
Change-Id: Ie9b2b926c67f0b1b57b70d626050ec41d628b509
Diffstat (limited to 'include')
-rw-r--r-- | include/bdroid_crespo.txt | 2 | ||||
-rw-r--r-- | include/bdroid_maguro.txt | 2 | ||||
-rw-r--r-- | include/bdroid_toro.txt | 2 | ||||
-rw-r--r-- | include/bdroid_wingray.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/bdroid_crespo.txt b/include/bdroid_crespo.txt index acb411b..394d3c7 100644 --- a/include/bdroid_crespo.txt +++ b/include/bdroid_crespo.txt @@ -194,6 +194,6 @@ FTS_REJECT_INVALID_OBEX_SET_PATH_REQ = TRUE HID_HOST_MAX_CONN_RETRY = (3) BTM_DISC_DURING_RS = TRUE BTM_WBS_INCLUDED = FALSE -HL_INCLUDED = FALSE +HL_INCLUDED = TRUE NO_GKI_RUN_RETURN = TRUE AG_VOICE_SETTINGS = HCI_DEFAULT_VOICE_SETTINGS diff --git a/include/bdroid_maguro.txt b/include/bdroid_maguro.txt index 0f300e5..460c426 100644 --- a/include/bdroid_maguro.txt +++ b/include/bdroid_maguro.txt @@ -192,6 +192,6 @@ FTS_REJECT_INVALID_OBEX_SET_PATH_REQ = TRUE HID_HOST_MAX_CONN_RETRY = (3) BTM_DISC_DURING_RS = TRUE BTM_WBS_INCLUDED = FALSE -HL_INCLUDED = FALSE +HL_INCLUDED = TRUE NO_GKI_RUN_RETURN = TRUE AG_VOICE_SETTINGS = HCI_DEFAULT_VOICE_SETTINGS diff --git a/include/bdroid_toro.txt b/include/bdroid_toro.txt index be0d03c..740a0c9 100644 --- a/include/bdroid_toro.txt +++ b/include/bdroid_toro.txt @@ -192,6 +192,6 @@ FTS_REJECT_INVALID_OBEX_SET_PATH_REQ = TRUE HID_HOST_MAX_CONN_RETRY = (3) BTM_DISC_DURING_RS = TRUE BTM_WBS_INCLUDED = FALSE -HL_INCLUDED = FALSE +HL_INCLUDED = TRUE NO_GKI_RUN_RETURN = TRUE AG_VOICE_SETTINGS = HCI_DEFAULT_VOICE_SETTINGS diff --git a/include/bdroid_wingray.txt b/include/bdroid_wingray.txt index 8a8b204..dc8cfa0 100644 --- a/include/bdroid_wingray.txt +++ b/include/bdroid_wingray.txt @@ -192,6 +192,6 @@ FTS_REJECT_INVALID_OBEX_SET_PATH_REQ = TRUE HID_HOST_MAX_CONN_RETRY = (3) BTM_DISC_DURING_RS = TRUE BTM_WBS_INCLUDED = FALSE -HL_INCLUDED = FALSE +HL_INCLUDED = TRUE NO_GKI_RUN_RETURN = TRUE AG_VOICE_SETTINGS = HCI_DEFAULT_VOICE_SETTINGS |