Merge "Make GATT client and server assumption about addres type in open identical"
diff --git a/btif/src/btif_gatt_server.cc b/btif/src/btif_gatt_server.cc
index 4cff4ed..ed7ad73 100644
--- a/btif/src/btif_gatt_server.cc
+++ b/btif/src/btif_gatt_server.cc
@@ -315,10 +315,6 @@
         else
           transport = BTA_GATT_TRANSPORT_BR_EDR;
         break;
-
-      default:
-        BTIF_TRACE_ERROR("%s: Invalid device type %d", __func__, device_type);
-        return;
     }
   }