Loading system/stack/gatt/gatt_main.cc +2 −2 Original line number Original line Diff line number Diff line Loading @@ -330,9 +330,9 @@ static bool gatt_update_app_hold_link_status(tGATT_IF gatt_if, tGATT_TCB* p_tcb, if (is_add) { if (is_add) { auto ret = holders.insert(gatt_if); auto ret = holders.insert(gatt_if); if (ret.second) { if (ret.second) { log::debug("added gatt_if={}", gatt_if); log::info("added gatt_if={}", gatt_if); } else { } else { log::debug("attempt to add already existing gatt_if={}", gatt_if); log::warn("attempt to add already existing gatt_if={}", gatt_if); } } return true; return true; } } Loading Loading
system/stack/gatt/gatt_main.cc +2 −2 Original line number Original line Diff line number Diff line Loading @@ -330,9 +330,9 @@ static bool gatt_update_app_hold_link_status(tGATT_IF gatt_if, tGATT_TCB* p_tcb, if (is_add) { if (is_add) { auto ret = holders.insert(gatt_if); auto ret = holders.insert(gatt_if); if (ret.second) { if (ret.second) { log::debug("added gatt_if={}", gatt_if); log::info("added gatt_if={}", gatt_if); } else { } else { log::debug("attempt to add already existing gatt_if={}", gatt_if); log::warn("attempt to add already existing gatt_if={}", gatt_if); } } return true; return true; } } Loading