Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7457d27d authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8470411 from 53f7e989 to tm-qpr1-release

Change-Id: I9b8abf86205098a40666354c1b3c6989ef958a42
parents 6ac34382 53f7e989
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -333,6 +333,10 @@ static void bta_hf_client_handle_cind_list_item(tBTA_HF_CLIENT_CB* client_cb,

  APPL_TRACE_DEBUG("%s: %lu.%s <%lu:%lu>", __func__, index, name, min, max);

  if (index >= BTA_HF_CLIENT_AT_INDICATOR_COUNT) {
    return;
  }

  /* look for a matching indicator on list of supported ones */
  for (i = 0; i < BTA_HF_CLIENT_AT_SUPPORTED_INDICATOR_COUNT; i++) {
    if (strcmp(name, BTA_HF_CLIENT_INDICATOR_SERVICE) == 0) {