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

Commit 9e194c1c authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Gerrit Code Review
Browse files

Merge "Make GATT client and server assumption about addres type in open identical"

parents 27a972b1 e78b5339
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -315,10 +315,6 @@ static void btif_gatts_open_impl(int server_if, bt_bdaddr_t address,
        else
          transport = BTA_GATT_TRANSPORT_BR_EDR;
        break;

      default:
        BTIF_TRACE_ERROR("%s: Invalid device type %d", __func__, device_type);
        return;
    }
  }