summaryrefslogtreecommitdiffstats
path: root/bta
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-10-29 10:01:44 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-10-29 10:01:44 -0700
commite2ac404d5c08afe25f4d42c2e9f573642f57c5a2 (patch)
tree1852fd1f31e7bf8f16052c35ae1ced5c00931e8c /bta
parent9d6814b4ca4fbc637affc914a3cd7840976ad6dc (diff)
parentb2142e4f5e019b07b5b308113219705d8085b8d3 (diff)
downloadandroid_system_bt-e2ac404d5c08afe25f4d42c2e9f573642f57c5a2.tar.gz
android_system_bt-e2ac404d5c08afe25f4d42c2e9f573642f57c5a2.tar.bz2
android_system_bt-e2ac404d5c08afe25f4d42c2e9f573642f57c5a2.zip
Merge "Bluetooth: Hogp fix for certification"
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
-
-
-