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

Commit 01728874 authored by Scott James Remnant's avatar Scott James Remnant
Browse files

DO NOT MERGE fix am error for eb9b0a24

Change-Id: Ic11a786ccf99ae50178b906f2163500c3af55612
parent f4470ed6
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -47,8 +47,9 @@ bool interop_match(const interop_feature_t feature, const bt_bdaddr_t *addr) {
    if (feature == interop_database[i].feature &&
        memcmp(addr, &interop_database[i].addr, interop_database[i].len) == 0) {
      char bdstr[20] = {0};
      LOG_WARN("%s() Device %s is a match for interop workaround %s", __func__,
          bdaddr_to_string(addr, bdstr, sizeof(bdstr)), interop_feature_string(feature));
      LOG_WARN(LOG_TAG, "%s() Device %s is a match for interop workaround %s",
          __func__, bdaddr_to_string(addr, bdstr, sizeof(bdstr)),
                        interop_feature_string(feature));
      return true;
    }
  }