diff options
| author | Kiran Kelageri <kkelageri@codeaurora.org> | 2014-11-10 12:23:46 -0800 |
|---|---|---|
| committer | Kiran Kelageri <kkelageri@codeaurora.org> | 2014-11-10 12:42:14 -0800 |
| commit | 4359f5125ade0f6529089606d14f47c6491b6fb0 (patch) | |
| tree | 42488bb5c62c49cfb29a7f428dd3623e297ad2b5 | |
| parent | 27ee61b76e80f96d1f2051dabdd307f64a543151 (diff) | |
| download | android_hardware_qcom_bt-4359f5125ade0f6529089606d14f47c6491b6fb0.tar.gz android_hardware_qcom_bt-4359f5125ade0f6529089606d14f47c6491b6fb0.tar.bz2 android_hardware_qcom_bt-4359f5125ade0f6529089606d14f47c6491b6fb0.zip | |
Bluetooth: Enable Addon feature request.
This addon feature request provides the info on features
supported by FW like Wipower, Few off load features etc.
Change-Id: I48595d6807e47b7f2ce7ccc5c1373b5592055915
CRs-fixed: 753543
| -rw-r--r--[-rwxr-xr-x] | libbt-vendor/src/bt_vendor_qcom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbt-vendor/src/bt_vendor_qcom.c b/libbt-vendor/src/bt_vendor_qcom.c index e45d6d9..09271c7 100755..100644 --- a/libbt-vendor/src/bt_vendor_qcom.c +++ b/libbt-vendor/src/bt_vendor_qcom.c @@ -758,7 +758,7 @@ static int op(bt_vendor_opcode_t opcode, void *param) if (rome_ver >= ROME_VER_3_0) { /* get rome supported feature request */ ALOGE("%s: %x08 %0x", __FUNCTION__,rome_ver, ROME_VER_3_0); - //rome_get_addon_feature_list(fd); + rome_get_addon_feature_list(fd); } } for (idx=0; idx < CH_MAX; idx++) |
