summaryrefslogtreecommitdiffstats
path: root/stack/btm
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-01-19 00:48:00 -0800
committerSteve Kondik <steve@cyngn.com>2016-01-19 00:48:00 -0800
commitd4cd18182d0868a1018436f8e917f5580abdc1fa (patch)
tree4fa76ea708ed02f4b31f0974b2a082b85a348a91 /stack/btm
parent80a7a7dc3125e463d06e7215feb3f5a27c4f3352 (diff)
parent1707433a801bc48855fc66f9c9914bd99f94ad3c (diff)
downloadandroid_system_bt-d4cd18182d0868a1018436f8e917f5580abdc1fa.tar.gz
android_system_bt-d4cd18182d0868a1018436f8e917f5580abdc1fa.tar.bz2
android_system_bt-d4cd18182d0868a1018436f8e917f5580abdc1fa.zip
Merge branch 'LA.BF.1.1.3_rb1.8' of git://codeaurora.org/platform/system/bt into cm-13.0
Diffstat (limited to 'stack/btm')
-rw-r--r--stack/btm/btm_acl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stack/btm/btm_acl.c b/stack/btm/btm_acl.c
index 5fe225efd..7b7a64bab 100644
--- a/stack/btm/btm_acl.c
+++ b/stack/btm/btm_acl.c
@@ -1026,8 +1026,8 @@ void btm_read_remote_version_complete (UINT8 *p)
p_acl_cb->remote_addr[3], p_acl_cb->remote_addr[4], p_acl_cb->remote_addr[5]);
BTM_TRACE_WARNING ("btm_read_remote_version_complete lmp_version %d manufacturer %d lmp_subversion %d",
p_acl_cb->lmp_version,p_acl_cb->manufacturer, p_acl_cb->lmp_subversion);
- btm_read_remote_features (p_acl_cb->hci_handle);
- break;
+ if (p_acl_cb->transport == BT_TRANSPORT_BR_EDR)
+ btm_read_remote_features (p_acl_cb->hci_handle);
}
#if BLE_INCLUDED == TRUE