summaryrefslogtreecommitdiffstats
path: root/bta
diff options
context:
space:
mode:
authorSatish kumar sugasi <ssugas@codeaurora.org>2015-10-27 11:43:22 -0700
committerSatish kumar sugasi <ssugas@codeaurora.org>2015-10-27 11:43:22 -0700
commitb2142e4f5e019b07b5b308113219705d8085b8d3 (patch)
treed10db264882da7b6aee18960246d94331fe4a738 /bta
parent19c298638eac83dce9eafb33b34f0a4b2fea25d7 (diff)
downloadandroid_system_bt-b2142e4f5e019b07b5b308113219705d8085b8d3.tar.gz
android_system_bt-b2142e4f5e019b07b5b308113219705d8085b8d3.tar.bz2
android_system_bt-b2142e4f5e019b07b5b308113219705d8085b8d3.zip
Bluetooth: Hogp fix for certification
this fixes crash during read client conf char descriptor value of remote which has multiple instances of hid. Change-Id: I88b6dbbb48037706e3b284450ffac88d7437fad1 CRs-Fixed: 726881
Diffstat (limited to 'bta')
-rw-r--r--bta/hh/bta_hh_le.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bta/hh/bta_hh_le.c b/bta/hh/bta_hh_le.c
index bfc8dd20c..5b5096418 100644
--- a/bta/hh/bta_hh_le.c
+++ b/bta/hh/bta_hh_le.c
@@ -3034,6 +3034,7 @@ void bta_hh_le_hid_read_rpt_clt_cfg(BD_ADDR bd_addr, UINT8 srvc_inst)
p_rpt->uuid,
BTA_HH_LE_RPT_GET_RPT_INST_ID(p_rpt->inst_id),
GATT_UUID_CHAR_CLIENT_CONFIG);
+ break;
}
}
if (p_rpt->index == BTA_HH_LE_RPT_MAX - 1)
@@ -3231,6 +3232,3 @@ static void bta_hh_process_cache_rpt (tBTA_HH_DEV_CB *p_cb,
#endif
-
-
-