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

Commit 49c88fbd authored by Chris Manton's avatar Chris Manton
Browse files

Stat-ify device::interop::load_to_database

Bug: 299365281
Test: m .

Change-Id: If207745c7066acd32ee612ff101841647e983645
parent 8972eebb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -905,7 +905,7 @@ static bool get_addr_lmp_ver(char* str, char* bdaddrstr, uint8_t* lmp_ver,
  return false;
}

bool load_to_database(int feature, const char* key, const char* value,
static bool load_to_database(int feature, const char* key, const char* value,
                             interop_entry_type entry_type) {
  if (!strncasecmp(value, ADDR_BASED, strlen(ADDR_BASED))) {
    RawAddress addr;